From 36d84ba50c9e276a9ba6fed81ab7ed1e5a296204 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 3 Jan 2024 23:59:30 -0300 Subject: [PATCH] bump font-size to large (footer) --- src/css/_layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/_layout.scss b/src/css/_layout.scss index 37598edfe..59f41ebad 100644 --- a/src/css/_layout.scss +++ b/src/css/_layout.scss @@ -139,6 +139,9 @@ body .root .content.en { ul.body { font-size: large; } + footer { + font-size: large; + } } body .root .content.theme.ar { @@ -160,6 +163,7 @@ body .root .content.theme.ar { } footer { + font-size: large; flex-direction: row-reverse; } }