Merge pull request #6694 from ericat/ericat-fix-mobile-menu

Fix small css layout bug in mobile
This commit is contained in:
Jennifer Rondeau
2018-01-09 12:45:43 -05:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -554,7 +554,7 @@ section
font-weight: bold
li + li
margin-left: 20px
margin-left: 0
#docs
+5
View File
@@ -316,3 +316,8 @@ $video-section-height: 550px
@media screen and (min-width: 1300px)
#vendorStrip
padding-right: 100px
@media screen and (min-width: 456px)
#vendorStrip
li + li
margin-left: 20px