mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-17 21:00:09 -07:00
28 lines
439 B
SCSS
28 lines
439 B
SCSS
.main.menu {
|
|
.item.toc {
|
|
display: none !important;
|
|
}
|
|
|
|
.item.header {
|
|
font-size: 1.3em;
|
|
padding: 0.4em !important;
|
|
.logo {
|
|
margin-right: 0.5em;
|
|
width: 1.7em;
|
|
}
|
|
}
|
|
|
|
.secondary.pointing.menu .toc.item {
|
|
display: none;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
.left.menu, .right.menu {
|
|
display: none !important;
|
|
}
|
|
|
|
.item.toc {
|
|
display: flex !important;
|
|
}
|
|
}
|
|
} |