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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user