diff --git a/alchemy/static/css/style.css b/alchemy/static/css/style.css index 1b065db..e6c40cd 100644 --- a/alchemy/static/css/style.css +++ b/alchemy/static/css/style.css @@ -46,6 +46,7 @@ h4, h5, h6 { font-family: Montserrat, 'Helvetica Neue', sans-serif; + font-weight: bold; } a { @@ -77,7 +78,7 @@ blockquote { margin: 20px 0; } -.header h1 { +.header .title { font-size: 3em; } @@ -132,40 +133,48 @@ blockquote { border: 1px solid #ddd; } -.teaser h4 { +.teaser header ul { + list-style: none; + padding-left: 0; +} + +.teaser header li { + margin-bottom: 10px; +} + +.teaser .title { margin-top: 0; line-height: 1.3; } -.teaser p { +.teaser .content p { margin-bottom: 0; } -.teaser header div { - margin-bottom: 10px; -} - -.article > ul, -.article > ol, -.article > p, -.article > blockquote, -.article > .highlight { - margin: 20px 0; -} - -.article > h2 { - margin-top: 30px; -} - - -.article a { - text-decoration: underline -} - .article header ul { - margin-bottom: 10px; + margin-bottom: 0; } .article header li { margin-bottom: 10px; } + +.article .content p { + margin: 25px 0; +} + +.article .content a { + text-decoration: underline +} + +@media (max-width: 768px) { + .teaser header ul { + margin-left: -5px; + } + + .teaser header li { + display: inline-block; + padding-right: 5px; + padding-left: 5px; + } +} diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 38c91f9..0b833f6 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -43,7 +43,9 @@ {% endif %} - {{ article.content }} +
+ {{ article.content }} +
{% include 'include/comments.html' %} {% endblock %} diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index e6298ac..3d7ccfe 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -63,12 +63,12 @@
{% if SITEIMAGE %} - -