footer number alignment
user_3758723130
css
a year ago
445 B
4
Indexable
/* START - Footer - Office number under phone number */ @media (min-width:768px){ #global-footer .footer .info-wrap-contact_zone:nth-child(2) { justify-content: flex-end; } #global-footer .footer .info-wrap-contact_zone:nth-child(3) { margin-top:-84px; } } @media (min-width:1280px){ #global-footer .footer .info-wrap-contact_zone:nth-child(3) { margin-top:-62px; } } /* END - Footer - Office number under phone number */
Editor is loading...
Leave a Comment