File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,15 +45,19 @@ <h4 class="country-name">Canada</h4>
4545 < div class ="two-cols region-row mt-3 ">
4646 < div class ="contact-region ">
4747 < h3 class ="region-name "> Middle East</ h3 >
48+ < div class ="contact-country ">
4849 < h4 class ="country-name "> UAE</ h4 >
4950 < p class ="address "> {{ site.data.contact.uae_office }}</ p >
5051 < p class ="contact mb-1 "> < a href ="tel: {{ site.data.contact.phone_uae }} "> {{ site.data.contact.phone_uae }}</ a > </ p >
5152 </ div >
53+ </ div >
5254 < div class ="contact-region ">
5355 < h3 class ="region-name "> APAC</ h3 >
56+ < div class ="contact-country ">
5457 < h4 class ="country-name "> India</ h4 >
5558 < p class ="address "> {{ site.data.contact.india_office }}</ p >
5659 < p class ="contact mb-1 "> < a href ="tel: {{ site.data.contact.phone_in }} "> {{ site.data.contact.phone_in }}</ a > </ p >
60+ </ div >
5761 </ div >
5862 </ div >
5963 </ div >
Original file line number Diff line number Diff line change @@ -1560,12 +1560,23 @@ p{
15601560 .two-cols {
15611561 display : grid ;
15621562 grid-template-columns : repeat (2 , minmax (0 , 1fr ));
1563+ gap : 1.5rem ;
1564+ }
1565+ .contact-country {
1566+ border : 1px solid #fff ;
1567+ border-radius : 4px ;
1568+ padding : 1.5rem 0 ;
1569+ display : flex ;
1570+ flex-direction : column ;
1571+ align-items : center ;
15631572 gap : 1rem ;
1573+ height : 100% ;
15641574 }
15651575 .contact-region {
15661576 display : flex ;
15671577 flex-direction : column ;
15681578 padding : 1rem 0 ;
1579+ height : 100% ;
15691580 }
15701581 }
15711582 .direction {
@@ -1630,11 +1641,9 @@ p{
16301641 padding : 0 1rem ;
16311642 gap : 1.5rem ;
16321643 .two-cols {
1633- grid-template-columns : 1fr ;
1634- }
1635- .contact-region {
1636- align-items : flex-start ;
1644+ grid-template-columns : repeat (1 , minmax (0 , 1fr )) !important ;
16371645 }
1646+
16381647 }
16391648 }
16401649}
You can’t perform that action at this time.
0 commit comments