From e97302aaac138288303825c328b078362e8c0705 Mon Sep 17 00:00:00 2001 From: gws Date: Thu, 7 Nov 2024 10:46:45 +0100 Subject: [PATCH] flag pos --- sass/style.scss | 6 ++++++ templates/_macros.html | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index fd9eed2..aa0f665 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -37,4 +37,10 @@ ul { li { padding: unset; } +} + +.flag { + height: 1.3em; + position: relative; + top: 0.35em; } \ No newline at end of file diff --git a/templates/_macros.html b/templates/_macros.html index 6fb1538..69a8ec8 100644 --- a/templates/_macros.html +++ b/templates/_macros.html @@ -33,10 +33,9 @@ {% endfor %} {% if lang == "en"%} - + {% else %} - {% endif %}