Image Alignment issue fixed
This commit is contained in:
parent
f04869d2fe
commit
296791315e
@ -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>
|
||||
|
||||
@ -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{
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user