Commit 9bcbb25b by alisan617

byte-size fix for 2 lines page navs

parent d777749f
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
padding: ($baseline*0.75) 0 ($baseline*0.75) 0; padding: ($baseline*0.75) 0 ($baseline*0.75) 0;
li { li {
@include float(left); display: inline-block;
list-style: none; list-style: none;
&.prominent { &.prominent {
...@@ -41,12 +41,13 @@ ...@@ -41,12 +41,13 @@
display: block; display: block;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
border-bottom: 4px solid transparent;
&:hover, &:hover,
&:focus, &:focus,
&.active { &.active {
color: $uxpl-blue-hover-active; color: $uxpl-blue-hover-active;
border-bottom: 4px solid $uxpl-blue-hover-active; border-bottom-color: $uxpl-blue-hover-active;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment