mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-11 13:35:30 -04:00
61 lines
775 B
SCSS
61 lines
775 B
SCSS
@charset "UTF-8";
|
|
|
|
// Responsive Blog
|
|
body#notes {
|
|
padding: 10px 20px 30px 20px;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
|
|
header {
|
|
|
|
nav {
|
|
a#logo {
|
|
img, svg {
|
|
height: 55px;
|
|
width: auto;
|
|
}
|
|
|
|
span#name {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
ul li {
|
|
width: 50px;
|
|
}
|
|
}
|
|
}
|
|
|
|
footer div {
|
|
&#panda {
|
|
display: none;
|
|
}
|
|
|
|
&#copyright,
|
|
&#poweredby {
|
|
line-height: 1.8;
|
|
width: 50%;
|
|
}
|
|
|
|
&#poweredby {
|
|
a#hugo::after {
|
|
content: "\A";
|
|
white-space: pre;
|
|
}
|
|
}
|
|
}
|
|
|
|
main#archive section.year div {
|
|
font-size: 1em;
|
|
}
|
|
|
|
main#single article {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
|
|
div#info h1 {
|
|
font-size: 1.7em;
|
|
}
|
|
}
|
|
}
|