First pass, editing template

This commit is contained in:
Riley Wong
2024-02-19 21:11:12 -05:00
parent e0579ca495
commit b6712c0810
15 changed files with 45 additions and 3368 deletions

View File

@ -1,15 +1,13 @@
.post {
background: white;
margin: 2em auto;
max-width: 60rem;
padding: 2em 0;
box-shadow: 12px 18px 24px rgba(darken($brand-color, 50%), .1);
// padding: 2em 0;
}
.post > * {
margin-left: auto;
margin-right: auto;
max-width: 36rem;
//max-width: 36rem;
padding: 0 1em;
}
@ -62,4 +60,4 @@
padding: 1em;
text-decoration: none;
text-transform: uppercase;
}
}

View File

@ -1,4 +1,4 @@
$brand-color: #fede00;
$brand-color: #f4efe6;
$highlight: lighten($brand-color, 35%);
$text-color: #0b0404;
$muted-text-color: #64644B;
@ -7,4 +7,4 @@ $font-family: "EB Garamond", Garamond, "Times New Roman", serif;
$on-bigphone: 375px;
$on-tablet: 768px;
$on-laptop: 960px;
$on-desktop: 1200px;
$on-desktop: 1200px;