From 833657e40ddf149c935d8bbc394a1731b37c3cc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Sun, 15 Aug 2021 16:07:20 +0200 Subject: [PATCH] main.es.css: update media query. --- static/css/main.es.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/main.es.css b/static/css/main.es.css index 6fb056d..1e9fbec 100644 --- a/static/css/main.es.css +++ b/static/css/main.es.css @@ -1,7 +1,7 @@ /* Modifications to the main stylesheet of Email Self-Defense for Spanish version */ -@media only screen and (min-width: 900px) { +@media only screen and (min-width: 950px) { #header h1 { font-size: 4em; } -- 2.25.1