X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=source%2Fsass%2Fcomponents%2F_post-view.scss;h=7fab01d075502eb458ed9e5722e08cbd7925c3f6;hb=517ff2509b004ee462aac4ec97eaa4c2d90b29ac;hp=913cf1273faabcbea15863c61b030892fda9a257;hpb=ca309747b3ab36294a5d2d6eba7e2956ee43f024;p=ghost-theme-willow.git diff --git a/source/sass/components/_post-view.scss b/source/sass/components/_post-view.scss index 913cf12..7fab01d 100644 --- a/source/sass/components/_post-view.scss +++ b/source/sass/components/_post-view.scss @@ -3,30 +3,7 @@ | Post view |------------------------------------------------------------------------------- */ -.c-post-view--narrow { - text-align: center; - max-width: 610px; - margin: 0 auto; -} - -// Header -.c-post-view__header { - text-align: center; - padding: 10px 0 40px 0; - margin-bottom: 40px; - border-bottom: 1px solid $c-grayMedium; -} - -.c-post-view__header__title { - line-height: 1.5em; - margin-bottom: 20px; -} - -.c-post-view__header__title--no-meta { - margin-bottom: 0; -} - - // Content +// Content .c-post-view__content { @extend .markdown; } @@ -36,5 +13,12 @@ text-align: center; margin-top: 40px; padding: 40px 0 10px; - border-top: 1px solid $c-grayMedium; + border-top: 1px solid $c-gray; +} + +// Narrow post page view +.c-post-view--narrow { + text-align: center; + max-width: 610px; + margin: 0 auto; } \ No newline at end of file