This commit is contained in:
Denys Konovalov
2020-08-14 17:53:12 +02:00
parent d4f031c8ff
commit 2abb465185
5 changed files with 9 additions and 11 deletions

View File

@ -6,7 +6,6 @@
}
.feature-blocks {
margin-top: -100px;
padding-left: 70px;
padding-top: 80px;
padding-right: 30%;

View File

@ -1,5 +1,5 @@
.top-header {
font-size: 13px;
font-size: 12px;
transition: transform .2s ease;
transform-origin: top;
font-weight: 600;
@ -87,7 +87,7 @@ link:focus,
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 35px 0px;
padding: 40px 0px;
@include desktop {
padding: 20px;
@ -117,7 +117,7 @@ link:focus,
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
border-bottom: 5px solid $primary-color;
padding: 15px;
top: 85px;
top: 96px;
border-radius: 0;
display: block;
visibility: hidden;

View File

@ -33,12 +33,12 @@
<!-- banner-feature -->
{{ if $data.homepage.success_banner.enable }}
{{ with $data.homepage.success_banner }}
<section class="bg-white overflow-md-hidden" id="success">
<section class="section bg-cover" data-background="{{ .image | absURL }}" id="success">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-xl-4 col-lg-5 align-self-end">
<!--div class="col-xl-4 col-lg-5 align-self-end">
<img class="img-fluid w-100" style="margin-top: -20px;" src="{{ .image | absURL }}" alt="banner-feature">
</div>
</div-->
<div class="col-xl-8 col-lg-7">
<div class="row feature-blocks bg-white justify-content-between">
{{ range .feature_item }}