From 8a1114a9ec863e32b97908d0379418bcacab58bc Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Mon, 9 Mar 2015 20:57:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D1=83=D1=82=D1=8C=20=D1=83=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=8C=D1=88=D0=B8=D0=BB=20=D0=BB=D0=BE=D0=B3=D0=BE=D1=82?= =?UTF-8?q?=D0=B8=D0=BF=20=D0=BD=D0=B0=20=D0=BC=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D1=8C=D0=BA=D0=B8=D1=85=20=D1=8D=D0=BA=D1=80=D0=B0=D0=BD=D0=B0?= =?UTF-8?q?=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 0b9dbcc..35f5747 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,4 +1,4 @@ -/* +/* Document : style Created on : 03.04.2014, 10:51:45 Author : all4dk @@ -104,7 +104,7 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b width: 100%!important; height: 100%!important; } - + .modal-header { border: none!important; margin-bottom: -47px!important; @@ -139,3 +139,10 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b height: 69px; } } + +@media screen and (max-width:640px) { + div.header a img { + width: 100px; + height: 60px; + } +}