Pane layout patches for mobile, Code cleanup.
This commit is contained in:
@@ -26,14 +26,11 @@ nav.pane {
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
nav.pane {
|
||||
width: calc(
|
||||
calc(50% - var(--spacing-large) + var(--spacing-small)) * 2
|
||||
);
|
||||
|
||||
background-color: var(--background-2);
|
||||
border-radius: var(--border-radius-leaf);
|
||||
padding: 0 var(--spacing-small);
|
||||
|
||||
.nav_menu,
|
||||
.menu,
|
||||
.quick_links,
|
||||
.location {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user