Commit b0fb83c1ee0054ace96421bb8f5ef9f0acd05478
1 parent
c6c14d3c
logo git update
Showing
3 changed files
with
2 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
| @@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
| 37 | <div class="section-box first-header"> | 37 | <div class="section-box first-header"> |
| 38 | <div class="box-wr"> | 38 | <div class="box-wr"> |
| 39 | <div class="box-all"> | 39 | <div class="box-all"> |
| 40 | - <a href="/" class="new_logo"><img class="logo" src="/images/logo.png" width="100" height="68" alt=""/></a> | 40 | + <a href="/" class="new_logo"><img class="logo" src="/images/logo_proektant_02.png" width="100" height="68" alt=""/></a> |
| 41 | <div class="header-proektant-slogan"><?php /*Международная Федерация Проектантов<br/>Engineers International Federation*/ ?></div> | 41 | <div class="header-proektant-slogan"><?php /*Международная Федерация Проектантов<br/>Engineers International Federation*/ ?></div> |
| 42 | <ul class="header-contacts-menu"> | 42 | <ul class="header-contacts-menu"> |
| 43 | <li> | 43 | <li> |
frontend/web/css/style.css
| @@ -178,6 +178,7 @@ input, textarea { | @@ -178,6 +178,7 @@ input, textarea { | ||
| 178 | .section-box.first-header .box-all a.new_logo img { | 178 | .section-box.first-header .box-all a.new_logo img { |
| 179 | width: 100%; | 179 | width: 100%; |
| 180 | height: 100%; | 180 | height: 100%; |
| 181 | + margin-top: 20px; | ||
| 181 | } | 182 | } |
| 182 | 183 | ||
| 183 | .section-box.menu-header-all { | 184 | .section-box.menu-header-all { |
17 KB