Fix mentors' section not filling all available horizontal space, when description/text next to it is too short (#115)

Co-authored-by: rainis.randmaa <rainis.randmaa@reconeyez.com>
This commit is contained in:
siinus
2024-08-30 23:46:53 +03:00
committed by GitHub
parent a0e6ee5654
commit f455575333

View File

@@ -2,6 +2,7 @@
.mentor {
display : flex;
width : 100%;
flex-direction : row;
margin : 4rem auto;