1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-20 20:11:15 -04:00

custom <Image /> wrapper now supports static imports too

This commit is contained in:
2022-01-24 08:57:21 -05:00
parent 5d402bc31b
commit 51ecae3c9b
22 changed files with 289 additions and 355 deletions

View File

@@ -21,26 +21,13 @@
margin: 0 auto;
}
.nav > div {
line-height: 0;
}
.name {
flex: 1;
}
@media screen and (max-width: 768px) {
.header {
padding: 0.75em 1.25em;
height: 5.9em;
}
.name {
flex: 0;
}
.menu {
flex: 1;
max-width: 325px;
margin-left: 2.5em;
}