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

constrain header width and reduce padding across the site

This commit is contained in:
2020-04-04 10:18:20 -04:00
parent 1c2337afb8
commit 55a696c261
8 changed files with 25 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
// Post Styles
main#single {
max-width: $max-width;
padding: 1em 2em;
padding: 1em 1.5em;
margin: 0 auto;
div#meta {
@@ -24,7 +24,7 @@ main#single {
h1#title {
margin-top: 0.3em;
margin-bottom: 0.5em;
margin-bottom: 0.6em;
font-size: 2.2em;
line-height: 1.3;
font-weight: 700;
@@ -55,12 +55,5 @@ main#single {
margin-top: 0.5em;
font-size: 1.8em;
}
div#meta {
// hide "Improve This Post" link on mobile
span#edit {
display: none;
}
}
}
}