From 57bd1f81b5a8c7b1b3b3716101ab3c64d2d736ab Mon Sep 17 00:00:00 2001 From: "rainis.randmaa" Date: Fri, 30 Aug 2024 21:47:13 +0300 Subject: [PATCH] Fix mentors' section not filling all available horizontal space, when description/text next to it is too short --- _sass/mentors.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/mentors.scss b/_sass/mentors.scss index 3d8ab83..52bf9b9 100644 --- a/_sass/mentors.scss +++ b/_sass/mentors.scss @@ -2,6 +2,7 @@ .mentor { display : flex; + width : 100%; flex-direction : row; margin : 4rem auto;