From 0b5f3fd524350f24ee1ea99da8907637f66de4d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Sun, 15 Aug 2021 16:09:05 +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 6fb056df..1e9fbec0 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