Save
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user