This commit is contained in:
Roman Pyrih
2026-04-01 16:01:27 +02:00
parent f1edd3a721
commit 5079b39de4
3 changed files with 37 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
html {
scroll-padding-top: 150px;
}
p {
&:last-child {
margin-bottom: 0;
@@ -6,9 +10,15 @@ p {
.box-1 {
> .e-con-inner {
position: relative;
padding: 80px 70px;
border-radius: 28px;
background: #fff;
@media (max-width: 1024px) {
padding: 234px 24px 24px 24px;
border-radius: 0;
}
}
}
@@ -86,6 +96,7 @@ p {
display: inline-block;
width: 24px;
min-width: 24px;
height: 24px;
background: #00ac35;
border-radius: 8px;
@@ -118,3 +129,27 @@ p {
}
}
}
#header-box {
@media (min-width: 768px) {
position: fixed;
}
}
.card {
.elementor-image-box-wrapper {
@media (max-width: 768px) {
display: flex;
align-items: center;
gap: 20px;
}
}
}
.komfort-box {
@media (max-width: 768px) {
display: flex;
align-items: center;
gap: 20px;
}
}