We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489d44d commit 7375753Copy full SHA for 7375753
assets/sass/_base.sass
@@ -578,6 +578,9 @@ section
578
li
579
display: inline-block
580
height: 100%
581
+ margin-right: 10px
582
+ &:last-child
583
+ margin-right: 0
584
585
a
586
display: block
@@ -598,11 +601,11 @@ section
598
601
#vendorStrip
599
602
line-height: 44px
600
603
max-width: 100%
- overflow-x: auto
604
-webkit-overflow-scrolling: touch
605
606
ul
607
float: none
608
+ overflow-x: auto
609
610
#searchBox
611
0 commit comments