1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 19:15:48 -04:00

uniform width on all pages

This commit is contained in:
2020-04-24 10:12:13 -04:00
parent 70611f4d1c
commit d2a9736c9e
10 changed files with 59 additions and 55 deletions

View File

@@ -2,9 +2,8 @@
// Post Styles
main#single {
max-width: $max-width;
padding: 1em 1.5em;
margin: 0 auto;
padding-top: 1em;
padding-bottom: 1em;
div#meta {
font-size: 0.85em;
@@ -28,6 +27,7 @@ main#single {
h1#title {
margin-top: 0.3em;
margin-bottom: 0.6em;
margin-left: -0.03em; // TODO: why is this indented slightly?
font-size: 2.2em;
line-height: 1.3;
font-weight: 700;