From 769c103ffd86469a41e4be1452d5d6fb6f83f040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 22 Mar 2024 05:30:38 -0400 Subject: [PATCH] Change footer text size on mobile --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index 0ca9193..39dfb23 100644 --- a/css/main.css +++ b/css/main.css @@ -48,6 +48,10 @@ strong { max-width: 100%; } + .footer { + font-size: xx-small; + } + #template { margin-bottom: 15em; }