Compare commits

..

No commits in common. "e42ace870e581e069242cada57ace67aa6c18505" and "298770d3662ef47e982b172c99ddc4c22fff8f3d" have entirely different histories.

2 changed files with 12 additions and 16 deletions

View File

@ -147,24 +147,20 @@
display: none; display: none;
} }
input[type=checkbox]:checked ~ .navbar-container nav { input[type=checkbox]:checked ~ .navbar-container nav ul {
height: 255px; //TODO: make dynamic in Webkit @include menu-list(column);
ul { li {
@include menu-list(column); text-align: right;
flex: 0 0 0;
margin: $gutter-width 0;
font-size: 1.1rem;
font-weight: bold;
li { a {
text-align: right; &:active,
flex: 0 0 0; &:hover {
margin: $gutter-width 0; color: darken($primary-color, 15%);
font-size: 1.1rem;
font-weight: bold;
a {
&:active,
&:hover {
color: darken($primary-color, 15%);
}
} }
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 486 KiB

After

Width:  |  Height:  |  Size: 478 KiB