diff --git a/assets/icons.svg b/assets/icons.svg index b51a424..a8bd0d1 100644 --- a/assets/icons.svg +++ b/assets/icons.svg @@ -135,8 +135,7 @@
- +
@@ -176,7 +176,7 @@
- + @@ -192,7 +192,7 @@
- + @@ -208,7 +208,7 @@
- + @@ -772,12 +772,17 @@
تیم پت بوم ویدیو معرفی diff --git a/stylesheet/responsive.css b/stylesheet/responsive.css index a83cbaf..b37e195 100644 --- a/stylesheet/responsive.css +++ b/stylesheet/responsive.css @@ -802,7 +802,7 @@ height: 40px; } - #petboom-final-root .hero-buttons .services-box img[width][height] { + #petboom-final-root .hero-buttons { width: 40px !important; height: 40px !important; } @@ -996,6 +996,12 @@ top: 176px; left: 20px; } + .services-box svg{ + width: 40px !important; + height: 40px !important; + min-width: 40px; + min-height: 40px; +} } diff --git a/stylesheet/style.css b/stylesheet/style.css index f2448b9..141661f 100644 --- a/stylesheet/style.css +++ b/stylesheet/style.css @@ -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; }