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>
pull/117/head
siinus 11 months ago committed by GitHub
parent a0e6ee5654
commit f455575333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      _sass/mentors.scss

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

Loading…
Cancel
Save