From f455575333915f37479c141dbb0de34bcb9a5c15 Mon Sep 17 00:00:00 2001 From: siinus Date: Fri, 30 Aug 2024 23:46:53 +0300 Subject: [PATCH] Fix mentors' section not filling all available horizontal space, when description/text next to it is too short (#115) Co-authored-by: rainis.randmaa --- _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;