This commit is contained in:
2026-02-16 10:56:21 +01:00
parent f7b890dc67
commit e4994cb826
4 changed files with 35 additions and 2 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

@@ -1021,12 +1021,23 @@ select {
transition-delay: 250ms;
margin-bottom: 10px;
@include respond-below(lg) {
flex-direction: column;
}
.c-col {
&-1 {
width: 50%;
@include respond-below(lg) {
width: 100%;
text-align: center;
}
img {
border-radius: 10px;
width: 100%;
max-width: fit-content;
}
}
@@ -1034,6 +1045,10 @@ select {
width: 50%;
align-content: center;
@include respond-below(lg) {
width: 100%;
}
* {
color: #1e2832;
font-family: $font3;
@@ -1050,6 +1065,10 @@ select {
row-gap: 50px;
column-gap: 60px;
@include respond-below(lg) {
grid-template-columns: 1fr 1fr;
}
.info-tile {
&-1 {
p {

View File

@@ -0,0 +1,14 @@
<?php
$locatickToken = "def50200c2785b95ec6cc2630840a99098821ef6c58f4f88c835804a8c3fa3daecbfc2b1b08a9e0f19c6ab46208aaf10935e7fa2fbc2aaf6f1a4d1cb88fd52ff02751f8bf18b12eb6d6a9895cc758bdbb0512a9832f41b55010eab0a33ccc0468b3753e639ec";
?>
<div class="main-page">
<div class="container">
<div class="row">
<div class="col-12">
<script type="module" src="TUTAJ URL DO PLIKU JS FORMULARZA"></script>
<locatick-form-plugin token="<?php echo $locatickToken; ?>"></locatick-form-plugin>
</div>
</div>
</div>
</div>