This commit is contained in:
Roman Pyrih
2025-06-24 15:06:05 +02:00
parent 5ebae4b749
commit d047b44da3
4 changed files with 61 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -278,6 +278,50 @@ body {
margin-bottom: 0; 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 { .box-2 {
padding-top: 80px; padding-top: 80px;

View File

@@ -1,7 +1,8 @@
<div class="box-1" id="bezplatne-demo"> <div class="box-1" id="bezplatne-demo">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-6"> <div class="col-lg-6 _col-1">
<div class="_txt_1">
<h2> <h2>
<img src="/upload/filemanager/new-2024/assets/Star.svg" alt=""> <img src="/upload/filemanager/new-2024/assets/Star.svg" alt="">
BEZPŁATNE DEMO BEZPŁATNE DEMO
@@ -13,6 +14,12 @@
<img src="/upload/filemanager/Pages/home-new/Group-138.png" alt=""> <img src="/upload/filemanager/Pages/home-new/Group-138.png" alt="">
</div> </div>
<div class="_txt_2">
<h2>
Pozyskaj z nami swoje pierwsze<br/> 100 opinii!
</h2>
</div>
</div>
<div class="col-lg-6"> <div class="col-lg-6">
<?php include 'templates_user/home-page-form-new.php'; ?> <?php include 'templates_user/home-page-form-new.php'; ?>