From 6caebf2e93a59204a219ed41e396ca46d29dae4a Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Sat, 14 Jan 2023 23:26:12 -0800 Subject: [PATCH] make the rc scout text smaller --- sass/parts/misc.scss | 4 ++-- templates/page.html | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sass/parts/misc.scss b/sass/parts/misc.scss index 1809f10..0aabe03 100644 --- a/sass/parts/misc.scss +++ b/sass/parts/misc.scss @@ -11,8 +11,8 @@ background-color: var(--primary-color); } -.footer { - font-size: 0.33rem; +.hias-footer { + font-size: 0.4rem; } ::-moz-selection { diff --git a/templates/page.html b/templates/page.html index 9f84c00..65f29a6 100644 --- a/templates/page.html +++ b/templates/page.html @@ -5,9 +5,10 @@
{{ post_macros::tags(page=page, short=true) }}
- {% endblock main_content %}