Skip to content

Commit 7d623f0

Browse files
committed
fix: center footer links on mobile without affecting large view
1 parent a11b5b6 commit 7d623f0

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
@@ -556,12 +556,15 @@ footer svg {
556556
/* .footer .footer__block {
557557
display: block;
558558
} */
559-
.footer__copyright+div {
560-
text-align: center;
559+
560+
}
561+
@media (max-width: 996px) {
562+
.footer__copyright+div {
563+
text-align: -webkit-center;
561564
}
562565

563566
.footer__icons.footer {
564-
text-align: center;
567+
text-align: -webkit-center;
565568
}
566569
}
567570

0 commit comments

Comments
 (0)