Image Alignment issue fixed

This commit is contained in:
akash 2025-09-09 14:13:05 +05:30
parent f04869d2fe
commit 296791315e
3 changed files with 9 additions and 3 deletions

View File

@ -150,7 +150,7 @@ export default function Team() {
</div> */}
<p className="inner-box-new-color">Rapha rehab offers patients in etobicoke and scarborough exceptional care with a personalized treatment plan to suit your specific needs. If you are suffering from pain or have recently experienced an injury, our etobicoke and scarborough Physiotherapists will ensure you get back to the activities you enjoy and love. Call us at 647-722-3434 for an appointment today or email us at bloor@rapharehab.ca to book a consultation.</p>
<div className="btn-box mt-4">
<Link href="tel:647-722-3434" className="theme-btn btn-one">
<Link href="tel:647-722-3434" className="theme-btn.btn-one-blue">
<span>Make an Appointment</span>
</Link>
</div>

View File

@ -27,8 +27,8 @@
.image_block_two .image-box{
position: relative;
display: block;
/* padding-bottom: 137px; */
/* padding-left: 140px; */
padding-bottom: 137px;
padding-left: 140px;
}
.image_block_two .image-box img{

View File

@ -481,6 +481,12 @@
background: var(--theme-color);
}
.theme-btn.btn-one-blue{
background-color: #102548;
}
.theme-btn.btn-one-new {
background: #fff !important;
color: #bc0000 !important;