Commit 86d65c55b790b30c4e3fc7af3c0d6f072c0ab713

Authored by Eugeny Galkovskiy
1 parent 75e1cc88

pull-left margin-top, col-md-12 -> col-md-6

frontend/views/layouts/main.php
@@ -577,7 +577,7 @@ _________________________________________________________ --> @@ -577,7 +577,7 @@ _________________________________________________________ -->
577 577
578 </div> 578 </div>
579 579
580 - <div class="col-md-6" style="margin-top: -55px;"> 580 + <div class="col-md-6" class="footer-copyrights">
581 <p class="pull-left"> 581 <p class="pull-left">
582 <span>&copy; <?= date('Y') ?>. <?= $settings->name; ?></span><span class="footer_logo_aw">Создание сайтов - <a href="//artweb.ua" title="ArtWeb - Создание сайтов" target="_blank">ArtWeb.ua</a></span> 582 <span>&copy; <?= date('Y') ?>. <?= $settings->name; ?></span><span class="footer_logo_aw">Создание сайтов - <a href="//artweb.ua" title="ArtWeb - Создание сайтов" target="_blank">ArtWeb.ua</a></span>
583 </p> 583 </p>
frontend/web/css/custom.css
@@ -469,6 +469,14 @@ div.modal-title{ @@ -469,6 +469,14 @@ div.modal-title{
469 color: white; 469 color: white;
470 text-decoration:none; 470 text-decoration:none;
471 } 471 }
  472 +.footer-copyrights{
  473 + margin-top:-55px;
  474 +}
  475 +@media (max-width: 991px) {
  476 + .footer-copyrights{
  477 + margin-top:0;
  478 + }
  479 +}
472 480
473 @media (max-width: 767px) { 481 @media (max-width: 767px) {
474 ._dropdown-wr ._dropdown{ 482 ._dropdown-wr ._dropdown{