This commit is contained in:
Roman Pyrih
2024-08-28 12:46:15 +02:00
parent acd2dbf32c
commit def73a32ec
3 changed files with 147 additions and 1 deletions

View File

@@ -68,6 +68,14 @@ input[id^='eael-tabs-filter-type-'] {
.tabs-category-name {
grid-area: tabs-name;
@media (max-width: 1000px) {
margin-bottom: 40px;
br {
display: none;
}
}
}
ul[role='tablist'] {
@@ -129,6 +137,14 @@ input[id^='eael-tabs-filter-type-'] {
}
}
}
@media (max-width: 1000px) {
grid-template-areas:
'tabs-name'
'tabs-list'
'tabs-toggle';
grid-template-columns: 1fr;
}
}
> ul {
@@ -223,6 +239,12 @@ input[id^='eael-tabs-filter-type-'] {
width: 2px;
background: #000;
}
@media (max-width: 768px) {
&:before {
display: none;
}
}
}
}
}
@@ -281,10 +303,26 @@ input[id^='eael-tabs-filter-type-'] {
&.carousel-next {
right: 50px;
@media (max-width: 500px) {
right: auto;
left: calc(50% + 70px);
transform: translateX(-50%);
}
}
&.carousel-prev {
right: 130px;
left: auto;
@media (max-width: 500px) {
right: auto;
left: calc(50% - 70px);
transform: translateX(-50%);
}
}
@media (max-width: 500px) {
top: -50px;
}
}
}
@@ -300,9 +338,25 @@ input[id^='eael-tabs-filter-type-'] {
left: auto;
right: 130px;
left: auto;
@media (max-width: 500px) {
right: auto;
left: calc(50% - 70px);
transform: translateX(-50%);
}
}
&.elementor-swiper-button-next {
right: 50px;
@media (max-width: 500px) {
right: auto;
left: calc(50% + 70px);
transform: translateX(-50%);
}
}
@media (max-width: 500px) {
top: -50px;
}
}
}
@@ -1191,6 +1245,24 @@ header {
}
}
#page-hero-baner {
@media (max-width: 1024px) {
h1 {
font-size: 50px;
}
h2 {
font-size: 24px;
}
}
@media (max-width: 576px) {
h1 {
font-size: 40px;
}
h2 {
font-size: 22px;
}
}
}
// body {
// .elementor-location-single {
// div[data-elementor-type='wp-page'] {