From 840c96c01f6c7fb8d8037e93949bb64d15dc4b08 Mon Sep 17 00:00:00 2001 From: RikSolo Date: Mon, 24 Feb 2025 02:42:20 +0100 Subject: [PATCH] small element style tweak --- content/style.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/style.scss b/content/style.scss index 4e60265..57b0865 100644 --- a/content/style.scss +++ b/content/style.scss @@ -74,6 +74,10 @@ body { background-color: $grey-dark; margin-top: 1rem; + small { + vertical-align: 0.12rem; + } + .flex { flex-wrap: nowrap; align-items: center; @@ -326,9 +330,6 @@ body { } } - small { - vertical-align: 0.12rem; - } } .flex {