reduce top subnav overflow

This commit is contained in:
Thibault Duplessis 2019-05-04 07:38:45 +07:00
parent d3a0b3ceac
commit 70fb3bbc5f

View file

@ -13,10 +13,12 @@
a { a {
@include box-neat; @include box-neat;
font-family: roboto;
display: flex; display: flex;
align-items: center; align-items: center;
color: $c-font; color: $c-font;
padding: 0.6rem 0.4rem 0.6rem 0.8rem; padding: .6rem 0 .6rem .5rem;
letter-spacing: -0.06em;
background: $c-bg-high; background: $c-bg-high;
&:hover { &:hover {
color: $c-link; color: $c-link;
@ -24,7 +26,6 @@
&.active { &.active {
background: $c-primary; background: $c-primary;
color: $c-primary-over; color: $c-primary-over;
font-weight: bold;
} }
} }
.sep { .sep {