diff --git a/themes/vanilla/assets/scss/style.scss b/themes/vanilla/assets/scss/style.scss index f527107..21ef270 100755 --- a/themes/vanilla/assets/scss/style.scss +++ b/themes/vanilla/assets/scss/style.scss @@ -20,6 +20,7 @@ h1, h2, h3, h4, h5, h6 { margin-top: .5em; font-family: $font-heading; font-weight: normal; + text-align: left; a { color: black; @@ -60,6 +61,7 @@ pre code { color: white; transition: color 0.25s; transition: background-color 0.25s; + text-align: left; &:focus { outline: none; diff --git a/themes/vanilla/layouts/_default/baseof.html b/themes/vanilla/layouts/_default/baseof.html index e04e69c..73d7173 100644 --- a/themes/vanilla/layouts/_default/baseof.html +++ b/themes/vanilla/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}} {{- partial "header.html" . -}}