1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-14 06:20:48 -05:00

couple more adjustments

This commit is contained in:
2021-12-31 20:24:05 -05:00
parent 854b9da5e2
commit 76d494cd32
6 changed files with 21 additions and 5 deletions

View File

@@ -41,12 +41,15 @@
@media screen and (max-width: 768px) {
.menu {
max-width: 360px;
max-width: 320px;
margin-left: 20px;
justify-content: space-between;
flex-grow: 1;
}
.item {
margin-left: 0;
.icon {
width: 1.8em;
height: 1.8em;
@@ -57,4 +60,8 @@
display: none;
}
}
.theme_toggle {
margin-left: -0.3em;
}
}