Add flex shrink

This commit is contained in:
Jeremy Thomas
2016-09-10 21:52:27 +01:00
parent 895202e48f
commit 6d9a51cf48
7 changed files with 18 additions and 1 deletions

View File

@@ -39,9 +39,10 @@
.hero-body
flex-grow: 1
flex-shrink: 0
padding: 40px 20px
// Responsiveness
+desktop
+widescreen
padding-left: 0
padding-right: 0
@@ -144,3 +145,4 @@
display: flex
& > .container
flex-grow: 1
flex-shrink: 0