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