Add flex shrink

This commit is contained in:
Jeremy Thomas
2016-09-10 21:52:27 +01:00
parent 895202e48f
commit e26bf7b234
9 changed files with 76 additions and 296 deletions

View File

@@ -17,6 +17,7 @@
align-items: center
display: flex
flex-grow: 1
flex-shrink: 0
justify-content: center
// Responsiveness
+mobile
@@ -27,6 +28,7 @@
margin-left: 10px
li
flex-grow: 1
flex-shrink: 0
ul
margin-top: 10px
+tablet