This commit is contained in:
Roman Pyrih
2025-11-12 15:22:46 +01:00
parent 52b0b71a5c
commit 49f474475b
10 changed files with 253 additions and 10 deletions

View File

@@ -1,3 +1,10 @@
header#header {
@media (max-width: 991px) {
position: sticky;
top: 0;
}
}
.nav_menu_box {
&.box_fixed {
position: fixed;
@@ -50,3 +57,66 @@
}
}
}
section#main {
section#content {
&.page-home {
#carousel {
@media (max-width: 991px) {
.carousel-inner {
min-height: 330px;
li.carousel-item {
figure {
img {
min-height: 330px;
object-fit: cover;
}
}
figcaption.caption {
position: absolute;
margin: 0;
text-align: initial;
h2 {
color: #fff;
font-size: 28px;
}
}
}
}
}
@media (max-width: 767px) {
.carousel-inner {
min-height: 370px;
li.carousel-item {
figure {
img {
min-height: 370px;
}
}
figcaption.caption {
left: 50px;
bottom: 40px;
}
}
}
}
@media (max-width: 567px) {
.carousel-inner {
li.carousel-item {
figcaption.caption {
right: 50px;
}
}
}
}
}
}
}
}
#hp-ekomi-widget {
margin: 30px 0 60px;
}