From b864728419da61afe06aa0116282f18c5c77e56f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 16 Mar 2021 01:09:58 +0100 Subject: Translate site map, tweak legal notice font sizes --- "stylesheets/l\303\251gal.css" | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'stylesheets') diff --git "a/stylesheets/l\303\251gal.css" "b/stylesheets/l\303\251gal.css" index 6e39400..04c8775 100644 --- "a/stylesheets/l\303\251gal.css" +++ "b/stylesheets/l\303\251gal.css" @@ -1,6 +1,5 @@ -main { - max-width: 55em; - justify-self: center; +main h2 { + font-size: 1.1em; } .icons p { @@ -12,3 +11,12 @@ main { width: 2em; filter: brightness(0); } + +@media (min-width: 40em) { + main { + max-width: 55em; + justify-self: center; + font-size: 1rem; + } + +} -- cgit v1.2.3