Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -278,6 +278,50 @@ body {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
._col-1 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
@include respond-below(md) {
|
||||
row-gap: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
._txt_1 {
|
||||
}
|
||||
|
||||
._txt_2 {
|
||||
@include respond-above(md) {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
@include respond-below(md) {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
position: relative;
|
||||
color: $cBlackText;
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
font-family: $font-5;
|
||||
padding-left: 20px;
|
||||
border-left: 3px solid $cYellow;
|
||||
margin: 0 0 40px 0;
|
||||
text-transform: initial;
|
||||
z-index: 1;
|
||||
|
||||
@include respond-below(sm) {
|
||||
font-size: 24px;
|
||||
}
|
||||
@include respond-above(md) {
|
||||
br {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.box-2 {
|
||||
padding-top: 80px;
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<div class="box-1" id="bezplatne-demo">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="col-lg-6 _col-1">
|
||||
<div class="_txt_1">
|
||||
<h2>
|
||||
<img src="/upload/filemanager/new-2024/assets/Star.svg" alt="">
|
||||
BEZPŁATNE DEMO
|
||||
@@ -13,6 +14,12 @@
|
||||
|
||||
<img src="/upload/filemanager/Pages/home-new/Group-138.png" alt="">
|
||||
</div>
|
||||
<div class="_txt_2">
|
||||
<h2>
|
||||
Pozyskaj z nami swoje pierwsze<br/> 100 opinii!
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6">
|
||||
<?php include 'templates_user/home-page-form-new.php'; ?>
|
||||
|
||||
Reference in New Issue
Block a user