From 20275fdc7abd6c8cdd1feea0a2237e75b48f2f12 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Wed, 18 Nov 2015 23:01:19 +0300 Subject: [PATCH] =?UTF-8?q?FIX=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BB=D0=BE=D0=B3=D0=BE=D1=82?= =?UTF-8?q?=D0=B8=D0=BF=D0=B0=20=D0=BD=D0=B0=20=D1=80=D0=B0=D0=B7=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D1=80=D0=B0=D0=B7=D1=80=D0=B5=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=D1=85=20=D0=BD=D0=B0=20=D0=BA=D0=B0=D1=80=D1=82?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index e71f351..d0b6d57 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -148,10 +148,28 @@ img.imageInArticle {border: solid 3px white;} padding: 50px 5px; } + div.header{ + padding: 5px 7px; + left: 20px; + } + div.header a img { width: 115px; height: 69px; - margin-bottom: 10px; + margin-bottom: 5px; } } +@media screen and (max-width:500px) { + div.header{ + padding: 2px 5px; + left: 10px; + } + + div.header a img { + width: 70px; + height: 42px; + margin-bottom: 2px; + } +} +