Commit d94430d1a5332e29f18dc31c0ce5197c9904ee82
1 parent
99314a4a
Commit
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
@@ -199,9 +199,13 @@ input, textarea { | @@ -199,9 +199,13 @@ input, textarea { | ||
199 | .header-proektant-slogan { | 199 | .header-proektant-slogan { |
200 | width: 227px; | 200 | width: 227px; |
201 | box-sizing: border-box; | 201 | box-sizing: border-box; |
202 | - font-size: 22px; | ||
203 | - line-height: 35px; | 202 | + font-size: 13px; |
203 | + line-height: 15px; | ||
204 | float: left; | 204 | float: left; |
205 | + margin-top: 36px; | ||
206 | + margin-left: -40px; | ||
207 | + margin-right: 40px; | ||
208 | + color: grey; | ||
205 | } | 209 | } |
206 | 210 | ||
207 | ul.header-contacts-menu { | 211 | ul.header-contacts-menu { |