From 68098d6dadf7e5bb50fd18f610f7605a83ac972f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 14 Mar 2024 02:27:10 +0100 Subject: [PATCH] Add footer and update style --- css/main.css | 11 +++++++++++ index.html | 10 +++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 00c130a..75a5c75 100644 --- a/css/main.css +++ b/css/main.css @@ -8,9 +8,20 @@ } .footer { + padding: 1rem; position: fixed; bottom: 0; width: 100%; + background-color: #F2F2F2; +} + +.footer q { + font-size: 0.9rem; + line-height: 1.2; +} + +.footer small { + font-size: 0.8rem; } .orientation-modal { diff --git a/index.html b/index.html index 0ab35f1..ef38fe8 100644 --- a/index.html +++ b/index.html @@ -797,7 +797,15 @@