1
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:
2019-10-17 10:20:53 -04:00
parent 3db94d1cbe
commit 488d5c7661
6 changed files with 98 additions and 44 deletions

View File

@@ -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;
}
}