Skip to content

Commit

Permalink
Try fix menu in #27
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ch4ls committed Oct 21, 2015
1 parent 67ef2ff commit 90f5b09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/lindat.less
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ body {
list-style: none;
&>a {
text-decoration: none;
font-size: 16px;
padding: 10px 15px;
font-size: 16px;
display: block;
color: @header-color;
&:hover {
Expand Down Expand Up @@ -155,8 +155,10 @@ body {
&>a {
display: flex;
align-items: center;
font-size: 14px;
padding: 0 15px;
font-weight: bolder;
text-align: center;
border-bottom: 3px solid transparent;
&:hover {
outline: 0;
Expand All @@ -167,7 +169,9 @@ body {
}

@media (min-width: @screen-md-min) {
font-size: 14px;
&>li>a {
font-size: 16px;
}
}
}

Expand Down

0 comments on commit 90f5b09

Please sign in to comment.