final-fix-petboom

This commit is contained in:
2026-06-27 09:09:03 +03:30
parent 36b438ebb7
commit f5ef64a708
7 changed files with 32 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ body {
box-sizing: border-box;
}
.container {
max-width: 1240px;
max-width: 1166px;
margin: auto;
padding: 0 20px;
}
@@ -283,7 +283,7 @@ body {
.hero-arrow {
position: absolute;
left: 8%;
top: 66%;
top: 62%;
}
.hero-box {
@@ -303,7 +303,7 @@ body {
gap: 24px;
}
.hero-box-wrapper {
max-width: 1240px;
max-width: 1166px;
margin: auto;
padding: 0 20px;
position: relative;
@@ -375,11 +375,16 @@ body {
margin: initial;
}
#petboom-final-root .hero-buttons .services-box img[width][height] {
#petboom-final-root .hero-buttons {
width: 48px !important;
height: 48px !important;
}
.services-box svg{
width: 48px !important;
height: 48px !important;
min-width: 48px;
min-height: 48px;
}
.select-box {
width: 459px;
height: 40px;
@@ -1536,7 +1541,7 @@ button:disabled {
/* ===================blogsection=================================== */
.blog-container {
max-width: 1240px;
max-width: 1166px;
margin: auto;
padding: 0 20px;
}
@@ -1728,7 +1733,7 @@ button:disabled {
/* ===================clinics-section=================================== */
.clinic-container {
max-width: 1240px;
max-width: 1166px;
margin: auto;
padding: 0 20px;
}