mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-21 19:04:26 -04:00
a real header/navbar on non-home pages, finally
This commit is contained in:
@@ -2,17 +2,25 @@
|
||||
|
||||
// Responsive Blog
|
||||
body#notes {
|
||||
padding: 20px;
|
||||
padding: 10px 20px 30px 20px;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
header {
|
||||
margin-bottom: 1.3em;
|
||||
|
||||
a#logo {
|
||||
img,
|
||||
svg {
|
||||
height: 75px;
|
||||
nav {
|
||||
a#logo {
|
||||
img, svg {
|
||||
height: 55px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
span#name {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
ul li {
|
||||
width: 50px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user