diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index f8486fc..f39c7d2 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -146,7 +146,9 @@ $this->title = "Главная";
+

На одной из центральных улиц Киева (був. Леси Украинки, 23) расположился шоу-рум «Баккара», в котором можно познакомиться с тщательно отобранными образцами продукции и многочисленными каталогами самых известных и надежных поставщиков Европы и всего мира...

+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 9ab06d6..548d901 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -105,10 +105,9 @@ header a.main:hover{ background-image: url('../images/line2.png'); background-position: center 55px; background-repeat: no-repeat; - font-weight: bold; } .menu li a:hover, .menu li a.active{ - background-position: center 22px; + background-position: center 22.5px; color:#a9aaa9; } .menu a.active{ @@ -250,7 +249,6 @@ footer .socbuts a:hover{ font-family: 'Lato-Medium'; text-transform: uppercase; font-size: 11px; - font-weight: 600; color: black; padding: 13px; background-image: url('../images/line4.png'); @@ -264,7 +262,8 @@ footer .socbuts a:hover{ background-position: center 33px; } .carousel{ - margin: 0px 26.5px; + max-width: 1034px; + margin: 0 auto; position:relative; } .link_big{ @@ -282,6 +281,8 @@ footer .socbuts a:hover{ border: 1px solid #9f9e9e; } .main-box2{ + max-width: 1088px; + margin: 0 auto; padding-bottom:10px; padding-top: 52px; background-image:url('../images/line3.png'); @@ -289,6 +290,9 @@ footer .socbuts a:hover{ background-position: bottom center; } .main-box3{ + max-width: 1072px; + margin: 0 auto; + letter-spacing: 0.4px; padding: 10px 0; background-image:url('../images/line3.png'); background-repeat:no-repeat; @@ -350,20 +354,25 @@ footer .socbuts a:hover{ transition:0.2s; } .main-box4 a:hover .title{ - background-position: center 29px; + background-position: center 33.5px; } .main-box4 .col-md-6{ padding-bottom: 7px; } .main-box5{ - font-size:15px; + font-size: 15px; line-height: 24px; padding-top: 48px; margin-bottom: 75px; + max-width: 1030px; + margin-left: auto; + margin-right: auto; } .main-box5 p{ - padding:0; + padding: 0; margin: 0px 0px 21px 0px; + letter-spacing: 0.4px; + font-family: 'Lato-Medium'; } .more{ display: flex; @@ -449,7 +458,7 @@ footer .socbuts a:hover{ width:305px; margin:0 20px; color: #838383; - font-family: 'Lato-Bold'; + font-family: 'Lato-Medium'; font-size: 14px; } .post .title{ @@ -545,7 +554,10 @@ footer .socbuts a:hover{ .blog_link:hover .center_line{ background-position: center 34px; } -.main-box2 .post{margin-top:14px;} +.main-box2 .post{ + margin-top: 14px; + max-width: 683px; +} .nav_up{ font-size: 8.48px; text-transform: uppercase; @@ -1701,6 +1713,11 @@ p.right{text-align: right;} .note .picture{margin: 0 0 25px;} .note{margin: 17px 0px 75px 0px;} .tile3 .picture img,.tile4 .picture img{width:100%;} + .main-box5 { + padding-top: 0px; + max-width: 844px; + } + } @media (max-width: 991px) { .carousel{margin: 0px auto;} @@ -1717,6 +1734,10 @@ p.right{text-align: right;} .filters_block{padding-bottom: 75px;} .note .picture{margin: 0 auto 25px;} .note{margin: 17px 0px 75px 0px;} + .main-box5 { + padding-top: 35px; + max-width: 587px; + } } @media (max-width: 729px) { .post_cont{justify-content: center;} -- libgit2 0.21.4