From c518ce1a2db7bb6bbf2a27f9f4a80f85f479c657 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 13 Sep 2017 19:00:42 +0300 Subject: [PATCH] top отступы --- frontend/web/css/style.turquoise.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.turquoise.css b/frontend/web/css/style.turquoise.css index 615e571..8506738 100755 --- a/frontend/web/css/style.turquoise.css +++ b/frontend/web/css/style.turquoise.css @@ -286,7 +286,11 @@ ul.list-style-none { #top { background: #555555; color: #eeeeee; - padding: 10px 0; + padding: 5px 0; +} + +#top .container{ + line-height: 22px; } #top p { -- libgit2 0.21.4