Skip to content
Snippets Groups Projects
Verified Commit 36b5162f authored by Jake's avatar Jake
Browse files

fixed sitemenu in mobile view

parent 22e53a28
No related branches found
No related tags found
No related merge requests found
Pipeline #313520 passed
......@@ -183,7 +183,7 @@ body > header h1 img {
}
#sitemenu-container nav {
display: none;
/*border-top: 0.1rem solid #333;*/
border-top: 0;
position: fixed;
top: 3.2rem;
left: 0;
......@@ -193,7 +193,7 @@ body > header h1 img {
#sitemenu-container nav > ul {
flex-direction: column;
}
#sitemenu-container nav > li {
#sitemenu-container nav > ul > li {
width: 100%;
background-color: var(--category-contrast-color);
}
......@@ -211,9 +211,9 @@ body > header h1 img {
line-height: 2rem;
/* border-top: 0.1rem solid #333; */
}
#sitemenu-container a:hover {
/*#sitemenu-container a:hover {
border-bottom: 0.1rem solid #536;
}
}*/
#sitemenu-container input[type=checkbox]:checked ~ .show-header-menu-bg {
display: block;
}
......
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