From 20e58cd15f51a4ed9a9bf0e11f8547989c41eece Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 27 Mar 2022 09:02:54 +0000 Subject: [PATCH] Remove buttons from articles, move return to home --- themes/theme/templates/article.html | 8 +------- themes/theme/templates/style.css | 5 ++--- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/themes/theme/templates/article.html b/themes/theme/templates/article.html index b25dffb..655ff6c 100644 --- a/themes/theme/templates/article.html +++ b/themes/theme/templates/article.html @@ -25,12 +25,7 @@ {% endblock %} {% block info %} - Tanner Collin -

- email - telegram - github -

+

Return Home

{% endblock %} {% block content %} @@ -41,7 +36,6 @@
{% endif %} -

← Return to Home

{{ article.title }}

diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 05769f6..d4173a2 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -4,7 +4,7 @@ html { body { text-rendering: optimizeLegibility; - font: 1.1rem/1.0 sans-serif; + font-family: serif; } a { @@ -120,6 +120,7 @@ pre { float: left; width: 8rem; text-align: right; + white-space: nowrap; } .bar .me { @@ -144,9 +145,7 @@ pre { @media screen and (max-width:36rem) { .bar { - display: table; overflow: auto; - margin: auto; margin-top: -0.5rem; }