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

@@ -135,8 +135,7 @@
<symbol <symbol
id="veterinary" id="veterinary"
width="48"
height="48"
viewBox="0 0 48 48" viewBox="0 0 48 48"
fill="none" fill="none"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@@ -259,8 +258,7 @@
<svg <svg
id="ambulance1" id="ambulance1"
width="48"
height="48"
viewBox="0 0 48 48" viewBox="0 0 48 48"
fill="none" fill="none"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@@ -288,8 +286,6 @@
<symbol <symbol
id="pet-food" id="pet-food"
width="48"
height="48"
viewBox="0 0 48 48" viewBox="0 0 48 48"
fill="none" fill="none"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@@ -379,8 +375,7 @@
<symbol <symbol
id="dog-training" id="dog-training"
width="48"
height="48"
viewBox="0 0 48 48" viewBox="0 0 48 48"
fill="none" fill="none"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"

Before

Width:  |  Height:  |  Size: 282 KiB

After

Width:  |  Height:  |  Size: 282 KiB

BIN
img/new.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

View File

@@ -164,7 +164,7 @@
<div class="hero-buttons"> <div class="hero-buttons">
<div class="services-box active" data-service="0"> <div class="services-box active" data-service="0">
<svg width="48" height="48"> <svg >
<use href="./assets/icons.svg#veterinary"></use> <use href="./assets/icons.svg#veterinary"></use>
</svg> </svg>
<div class="services-box-text"> <div class="services-box-text">
@@ -176,7 +176,7 @@
</div> </div>
<div class="services-box" data-service="1"> <div class="services-box" data-service="1">
<svg width="49" height="49"> <svg >
<use href="./assets/icons.svg#ambulance1"></use> <use href="./assets/icons.svg#ambulance1"></use>
</svg> </svg>
@@ -192,7 +192,7 @@
</div> </div>
<div class="services-box" data-service="2"> <div class="services-box" data-service="2">
<svg width="48" height="48"> <svg >
<use href="./assets/icons.svg#pet-food"></use> <use href="./assets/icons.svg#pet-food"></use>
</svg> </svg>
@@ -208,7 +208,7 @@
</div> </div>
<div class="services-box" data-service="3"> <div class="services-box" data-service="3">
<svg width="48" height="48"> <svg>
<use href="./assets/icons.svg#dog-training"></use> <use href="./assets/icons.svg#dog-training"></use>
</svg> </svg>
@@ -772,12 +772,17 @@
<div class="about-section-style"> <div class="about-section-style">
<div class="about-images"> <div class="about-images">
<img <img
width="241"
height="257"
src="img/picleft.png" src="img/picleft.png"
alt="تیم پت بوم" alt="تیم پت بوم"
class="about-left-img" class="about-left-img"
/> />
<img <img
src="img/picright (1).png" width="241"
height="257"
src="img/new.webp"
alt="ویدیو معرفی" alt="ویدیو معرفی"
class="about-right-img" class="about-right-img"
/> />

View File

@@ -802,7 +802,7 @@
height: 40px; height: 40px;
} }
#petboom-final-root .hero-buttons .services-box img[width][height] { #petboom-final-root .hero-buttons {
width: 40px !important; width: 40px !important;
height: 40px !important; height: 40px !important;
} }
@@ -996,6 +996,12 @@
top: 176px; top: 176px;
left: 20px; left: 20px;
} }
.services-box svg{
width: 40px !important;
height: 40px !important;
min-width: 40px;
min-height: 40px;
}
} }

View File

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