responsive checked
This commit is contained in:
parent
8a9f1d3080
commit
bdd61ea046
@ -36,7 +36,7 @@ export default function AreaOfInjury() {
|
||||
</Link>
|
||||
</figure>
|
||||
</div>
|
||||
<div className="lower-content">
|
||||
<div className="lower-content new-height">
|
||||
<div className="icon-box">
|
||||
<img src={item.icon} alt={altText} />
|
||||
</div>
|
||||
|
||||
@ -38,6 +38,18 @@
|
||||
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{
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
@ -568,7 +568,7 @@ const Blogs = [
|
||||
bigImage: "/assets/images/blog/blog-7/blog-1-big-img.webp",
|
||||
category: "Rehab",
|
||||
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: `
|
||||
<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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user