diff --git a/tuxlite_tbs/static/local.css b/tuxlite_tbs/static/local.css index 9279b70..f562786 100644 --- a/tuxlite_tbs/static/local.css +++ b/tuxlite_tbs/static/local.css @@ -28,7 +28,7 @@ body { font-size: 14px; } p { font-size: 15px; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; } li { line-height: 1.6em; } - +h3 { margin-top: 2.5em; } /* Styling for articles */ .article { padding-bottom:20px; padding-right: 40px; } diff --git a/tuxlite_tbs/templates/article.html b/tuxlite_tbs/templates/article.html index d2ceffd..766de73 100644 --- a/tuxlite_tbs/templates/article.html +++ b/tuxlite_tbs/templates/article.html @@ -2,7 +2,7 @@ {% block content %}
-

{{ article.title }}

+

{{ article.title }}

{% include "metadata.html" %}
diff --git a/tuxlite_tbs/templates/index.html b/tuxlite_tbs/templates/index.html index 8b7dd93..9b2b251 100644 --- a/tuxlite_tbs/templates/index.html +++ b/tuxlite_tbs/templates/index.html @@ -10,7 +10,7 @@
-

{{ article.title }}

+

{{ article.title }}

{% include "metadata.html" %}
@@ -23,14 +23,14 @@ {% endif %} {% if loop.length > 1 %} -

Other Entries

+

Other Entries

{% endif %} {# other items #} {% else %}
-

{{ article.title }}

+

{{ article.title }}

{% include "metadata.html" %}
{{ article.summary }} read more