reduce top subnav overflow

v2
Thibault Duplessis 2019-05-04 07:38:45 +07:00
parent d3a0b3ceac
commit 70fb3bbc5f
1 changed files with 3 additions and 2 deletions

View File

@ -13,10 +13,12 @@
a {
@include box-neat;
font-family: roboto;
display: flex;
align-items: center;
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;
&:hover {
color: $c-link;
@ -24,7 +26,6 @@
&.active {
background: $c-primary;
color: $c-primary-over;
font-weight: bold;
}
}
.sep {