Skip to content

Commit cab1336

Browse files
committed
fix: center footer links on mobile without affecting large view
1 parent f70e85c commit cab1336

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/css/custom.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,12 +565,15 @@ footer svg {
565565
/* .footer .footer__block {
566566
display: block;
567567
} */
568-
.footer__copyright+div {
569-
text-align: center;
568+
569+
}
570+
@media (max-width: 996px) {
571+
.footer__copyright+div {
572+
text-align: -webkit-center;
570573
}
571574

572575
.footer__icons.footer {
573-
text-align: center;
576+
text-align: -webkit-center;
574577
}
575578
}
576579

0 commit comments

Comments
 (0)