diff --git a/_scss/style.scss b/_scss/style.scss index aa7ac6839..9806290fb 100644 --- a/_scss/style.scss +++ b/_scss/style.scss @@ -107,8 +107,7 @@ i.blog-icon { } } .inner-container { - max-width: 1000px; - margin: 0px auto; + margin: 8px; &.padded { margin: 70px auto; } @@ -252,9 +251,6 @@ article.post { &.draft { background-color: #fff3c7; } - .inner-container { - max-width: 800px; - } .author { font-size: 16px; } @@ -339,9 +335,6 @@ article.post { } &.full-post { border-bottom: 2px solid #eaeaea; - .inner-container { - max-width: 700px; - } .source { padding: 25px; background: hsla(47, 100%, 89%, 1);