Skip to content
Snippets Groups Projects
Commit 9fbff428 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Add a black border around the mobile menu button

parent d71c4dc1
No related branches found
No related tags found
No related merge requests found
......@@ -573,20 +573,19 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
}
aside {
margin: 0 15px;
margin: auto;
padding: 0 0.5em;
}
aside h2.subtitle {
display: block;
margin-bottom: 0.5em;
}
aside h2.subtitle:not(:last-child) {
margin-bottom: 0.5em;
border: 1px solid black;
padding: 0.25em 0.5em;
}
aside .menu {
border: black 1px solid;
border-top-width: 0;
}
.menu li {
......
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