From 386c2efc1c98a8290fbc787f9c3f2ad30ef0afc2 Mon Sep 17 00:00:00 2001 From: visavi Date: Fri, 18 Jun 2021 22:43:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8=20h1=20=D0=B8=20=D1=81?= =?UTF-8?q?=D1=81=D1=8B=D0=BB=D0=BE=D0=BA=20=D1=82=D0=B5=D0=BC=20mobile=20?= =?UTF-8?q?=D0=B8=20motor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/mobile/src/sass/style.scss | 3 ++- public/themes/motor/src/sass/style.scss | 13 +++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/public/themes/mobile/src/sass/style.scss b/public/themes/mobile/src/sass/style.scss index 84b3c55ef..d4e4504ee 100644 --- a/public/themes/mobile/src/sass/style.scss +++ b/public/themes/mobile/src/sass/style.scss @@ -16,7 +16,8 @@ body { } h1 { - font-size: 28px; + font-size: 24px; + margin-bottom: 20px; } h2 { diff --git a/public/themes/motor/src/sass/style.scss b/public/themes/motor/src/sass/style.scss index 58f007da3..70d956a93 100644 --- a/public/themes/motor/src/sass/style.scss +++ b/public/themes/motor/src/sass/style.scss @@ -1,13 +1,14 @@ body { margin-top : 0; - font-size : 13px; + font-size : 14px; color : #5c5c5c; background: #f0f0f0 url(/themes/motor/src/img/back.gif) repeat-x scroll; line-height: 1.3; } h1 { - font-size: 28px; + font-size: 24px; + margin-bottom: 20px; } h1 small { @@ -29,13 +30,20 @@ p { margin-top : 5px; margin-bottom : 20px; } + img { border : 0; } + form { margin : 0; padding : 0; } + +a { + text-decoration: none; +} + #wrapper { margin-top : 0; } @@ -84,6 +92,7 @@ form { color : #5c5c5c; padding : 0 3px; font-weight : bold; + font-size: 13px; } .menu a:hover { text-decoration : underline;