From e97c94fa7658ffcbb75017333922ca78192e518e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Tue, 26 Sep 2017 13:18:58 +0200 Subject: [PATCH] css: add main.es.css (reduce h1 size on wide screen). --- css/main.es.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 css/main.es.css diff --git a/css/main.es.css b/css/main.es.css new file mode 100644 index 0000000..6fb056d --- /dev/null +++ b/css/main.es.css @@ -0,0 +1,8 @@ +/* Modifications to the main stylesheet of Email Self-Defense for Spanish + version */ + +@media only screen and (min-width: 900px) { + #header h1 { + font-size: 4em; + } +} -- 2.25.1