Skip to content
Snippets Groups Projects
Commit c1eef2b4 authored by Jake's avatar Jake
Browse files

updated menu css

parent 7f25a152
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ body > header a {
text-decoration: none;
text-align: center;
transition: background-color 0.1s, border 0.1s;
padding-top: 0.2em;
}
body > header a:hover {
background-color: #e6e6e6;
......@@ -146,10 +147,6 @@ body > footer {
"footer";
}
body > header > input[type=checkbox]:checked ~ nav{
display: block;
}
}
@media only screen and (max-width: 75em) {
......@@ -170,12 +167,14 @@ body > footer {
body > header a {
width: 100%;
/*! margin-top: 0.2em; */
padding-top: 0.2em;
padding-bottom: 0.2em;
box-sizing: border-box;
display: block;
border-top: 0.1em solid #333;
}
body > header > input[type=checkbox]:checked ~ nav{
display: block;
}
body {
grid-template-rows: 2em 1fr 6em 5em;
grid-template-columns: 1fr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment