1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -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 @@
// Video Styles
main#etc {
max-width: $max-width;
padding: 1.5em 2em;
margin: 0 auto;
padding-top: 1.5em;
padding-bottom: 1.5em;
h1 {
margin-top: 0;

View File

@@ -3,9 +3,8 @@
// Home Styles
main#home {
font-size: 1.1em;
max-width: 980px;
padding: 1.5em 1.5em 0.5em 1.5em;
margin: 0 auto;
padding-top: 1.5em;
padding-bottom: 0.5em;
h2 {
margin: 0 0 0.6em 0;

View File

@@ -2,9 +2,8 @@
// Archive/List Styles
main#list {
max-width: 980px;
padding: 1.5em 1.5em 0.25em 1.5em;
margin: 0 auto;
padding-top: 1.5em;
padding-bottom: 0.25em;
section.year {
font-size: 1.05em;

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;

View File

@@ -2,7 +2,6 @@
// Video Styles
main#video {
margin: 0 auto;
padding: 1.5em 0;
text-align: center;