responsive checked

This commit is contained in:
Selvi 2025-09-22 18:17:35 +05:30
parent 8a9f1d3080
commit bdd61ea046
3 changed files with 14 additions and 2 deletions

View File

@ -36,7 +36,7 @@ export default function AreaOfInjury() {
</Link> </Link>
</figure> </figure>
</div> </div>
<div className="lower-content"> <div className="lower-content new-height">
<div className="icon-box"> <div className="icon-box">
<img src={item.icon} alt={altText} /> <img src={item.icon} alt={altText} />
</div> </div>

View File

@ -38,6 +38,18 @@
border-top: none; border-top: none;
} }
@media (max-width: 1024px) and (min-width: 992px) {
.news-block-one .inner-box .lower-content {
min-height: 467px;
}
}
@media (min-width: 768px) and (max-width: 768px) {
.news-block-one .inner-box .lower-content {
min-height: 402px;
}
}
.lower-content2{ .lower-content2{
position: relative; position: relative;
display: block; display: block;

View File

@ -568,7 +568,7 @@ const Blogs = [
bigImage: "/assets/images/blog/blog-7/blog-1-big-img.webp", bigImage: "/assets/images/blog/blog-7/blog-1-big-img.webp",
category: "Rehab", category: "Rehab",
shortDesc: shortDesc:
"Post-surgery rehabilitation exercises are crucial to regain strength, mobility, and function. Learn why guided exercises by physiotherapists at Rapha Rehab are essential for recovery.", "Post-surgery rehabilitation exercises are regain strength and function. Learn why guided exercises by physiotherapists at Rapha Rehab for recovery.",
content: ` content: `
<p>Undergoing surgery can be a significant event, and while the procedure itself addresses the immediate problem, the journey to full recovery often continues long after you leave the operating room. Post-surgery rehabilitation exercises are a critical component of this journey, helping you regain strength, mobility, and function. At Rapha Rehab, we understand the importance of a tailored and safe approach to rehabilitation.</p> <p>Undergoing surgery can be a significant event, and while the procedure itself addresses the immediate problem, the journey to full recovery often continues long after you leave the operating room. Post-surgery rehabilitation exercises are a critical component of this journey, helping you regain strength, mobility, and function. At Rapha Rehab, we understand the importance of a tailored and safe approach to rehabilitation.</p>