Change Opinie

This commit is contained in:
Roman Pyrih
2025-09-24 09:37:07 +02:00
parent 0c7ea5139b
commit c7dbe204e7
4 changed files with 198 additions and 92 deletions

View File

@@ -5844,24 +5844,52 @@ body:not(#index) {
}
}
body#index {
.box-ekomi-widget {
position: relative;
display: flex;
flex-wrap: wrap;
max-height: 200px;
overflow: hidden;
.box-ekomi-widget {
position: relative;
display: flex;
flex-wrap: wrap;
max-height: 215px;
overflow: hidden;
.title_block {
width: 100%;
}
.title_block {
width: 100%;
}
.ekomi-widget-sf1479766890a0175aa13 {
width: 35%;
}
.ekomi-widget-sf14797668b168fac5bd0 {
width: 65%;
}
@media (max-width: 900px) {
flex-direction: column;
max-height: 550px;
.ekomi-widget-sf1479766890a0175aa13 {
width: 30%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.ekomi-widget-sf14797668b168fac5bd0 {
width: 70%;
width: 100%;
}
}
@media (max-width: 600px) {
.ekomi-widget-sf14797668b168fac5bd0 {
#widget8 {
display: flex;
flex-direction: column;
> div {
width: 100%;
}
}
}
}
}
@@ -5880,12 +5908,6 @@ body#index {
z-index: 9999;
.spinner {
// border: 4px solid #f3f3f3;
// border-top: 4px solid #34d6ad;
// border-radius: 50%;
// width: 40px;
// height: 40px;
// animation: spin 1s linear infinite;
margin-bottom: 40px;
}
.preloader-text {
@@ -5895,12 +5917,3 @@ body#index {
font-family: 'Poppins', sans-serif;
}
}
// @keyframes spin {
// 0% {
// transform: rotate(0deg);
// }
// 100% {
// transform: rotate(360deg);
// }
// }