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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 486 KiB

After

Width:  |  Height:  |  Size: 478 KiB