1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 17:05:32 -04:00

shrink everything else a bit -- header, margins, fonts, etc.

This commit is contained in:
2020-03-16 18:11:38 -04:00
parent 5db7ee9b21
commit 5395ecd180
8 changed files with 246 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
// Archive/List Styles
main#list {
max-width: 980px;
padding: 1.5em 2.5em;
padding: 1.5em 2em;
margin: 0 auto;
section.year {
@@ -46,7 +46,7 @@ main#list {
// Responsive
@mixin responsive--list() {
main#list {
padding: 1em 1.5em;
padding: 1em 1.25em;
section.year {
font-size: 1em;