From 32dabd72ca7e9e0afb036127c789df1fb89c98f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Thu, 28 Sep 2017 16:44:47 +0200 Subject: [PATCH] main.css, main.de.css, main.ru.css: increase transition width to accommodate 'Selbstverteidigungsmethode'. --- css/main.css | 4 ++-- css/main.de.css | 4 ++-- css/main.ru.css | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/css/main.css b/css/main.css index 3408766..a359c7c 100644 --- a/css/main.css +++ b/css/main.css @@ -733,7 +733,7 @@ input[type='reset']:hover { @media only screen and (min-width: 600px) {} -@media only screen and (min-width: 600px) and (max-width: 899px) { +@media only screen and (min-width: 600px) and (max-width: 949px) { #header .intro { float: right; @@ -752,7 +752,7 @@ input[type='reset']:hover { } -@media only screen and (min-width: 900px) { +@media only screen and (min-width: 950px) { .row > div, .nav > div, diff --git a/css/main.de.css b/css/main.de.css index 0f8a0ad..c2295de 100644 --- a/css/main.de.css +++ b/css/main.de.css @@ -8,10 +8,10 @@ h2 { font-size: 1.9em; } #header h1 { font-size: 2.1em; } } -@media only screen and (min-width: 600px) and (max-width: 899px) { +@media only screen and (min-width: 600px) and (max-width: 949px) { #header h1 { font-size: 3em; } } -@media only screen and (min-width: 900px) { +@media only screen and (min-width: 950px) { #header h1 { font-size: 4.5em; } } diff --git a/css/main.ru.css b/css/main.ru.css index c530563..29c0d5b 100644 --- a/css/main.ru.css +++ b/css/main.ru.css @@ -4,14 +4,14 @@ h1 { font-size: 1.9em; } h2 { font-size: 1.9em; } -@media only screen and (min-width: 400px) and (max-width: 599px) { +@media only screen and (min-width: 400px) and (max-width: 649px) { #header h1 { font-size: 2.1em; } } -@media only screen and (min-width: 600px) and (max-width: 899px) { +@media only screen and (min-width: 600px) and (max-width: 949px) { #header h1 { font-size: 3em; } } -@media only screen and (min-width: 900px) { +@media only screen and (min-width: 950px) { #header h1 { font-size: 4em; } } -- 2.25.1