diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 44db2e3..e0b24b2 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -578,8 +578,10 @@ _________________________________________________________ -->
-

© . name; ?> | Создание сайтов

-
+

© . name; ?> +

+

+ diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index eba15c4..4d4f1b9 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -452,6 +452,24 @@ div.modal-title{ font-weight: 900; font-size: 30px; } +.footer_logo_aw{ + background-image: url(/img/aw_logo.png); + padding-left: 35px; + background-repeat: no-repeat; + background-position: left center; + padding-top: 2px; + padding-bottom: 2px; + color: white; + opacity: 0.4; + position: relative; + display: block; + margin-top: 10px; +} +.footer_logo_aw a{ + color: white; + opacity: 0.4; + text-decoration:none; +} @media (max-width: 767px) { ._dropdown-wr ._dropdown{ -- libgit2 0.21.4