From 8135b16b8963da3436378ede1a1a2db397d1c0d9 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 4 Aug 2020 10:40:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=BC=D0=BE=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D1=83=D1=81=D1=82=D1=80=D0=BE=D0=B9=D1=81=D1=82=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/feminitives.css | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/css/feminitives.css b/css/feminitives.css index 5789cbf..61d8a9f 100755 --- a/css/feminitives.css +++ b/css/feminitives.css @@ -166,31 +166,6 @@ button:hover { height: 4em; } -@media screen and (max-device-width: 1000px) { - input { font-size:90%; } - button { font-size: 80%; width: 25%; } - - #definition-full { height: 80px; margin-top: 40px; } -} - -@media screen and (max-device-width: 800px) { - #definition { width: 90%; } - #definition h1 { font-size: 150%; } - #definition-help { font-size: 95%; } - #definition-card h1 { line-height: 65%; } - #definition-card h1 span { font-size: 60%; } -} - -@media screen and (max-device-width: 500px) { - #definition { width: 95%; } - #definition h1 { font-size: 150%; } - #definition-help { font-size: 90%; } - #definition-card { width: 330px; } - #definition-image { width: 330px; } - #definition-card h1 { line-height: 375%; } - #definition-card h1 span { font-size: 60%; } -} - /* Chrome 29+ */ @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) { #definition-help { @@ -202,7 +177,7 @@ button:hover { /* Chrome 22-28 */ @media screen and(-webkit-min-device-pixel-ratio:0) { #definition-help { -chrome-:only (; - font-size:1.2em; + font-size: 1.2em; padding-top: 5%; );} } @@ -222,3 +197,28 @@ button:hover { } } +@media screen and (max-device-width: 1000px) { + input { font-size: 90%; } + button { font-size: 80%; width: 25%; } + + #definition-full { height: 80px; margin-top: 40px; } +} + +@media screen and (max-device-width: 800px) { + #definition { width: 90%; } + #definition h1 { font-size: 150%; } + #definition-help { font-size: 120%; } + #definition-card h1 { line-height: 65%; } + #definition-card h1 span { font-size: 60%; } +} + +@media screen and (max-device-width: 500px) { + #definition { width: 95%; } + #definition h1 { font-size: 150%; } + #definition-help { font-size: 0.9em; padding-top: 0 } + #definition-card { width: 330px; } + #definition-image { width: 330px; } + #definition-card h1 { line-height: 375%; } + #definition-card h1 span { font-size: 60%; } +} +