Skip to content

Commit c5bb7bd

Browse files
committed
Align footer text to center for smaller screens
Thanks for the detailed feedback! I’ve replaced the deprecated `-webkit-center` with the standard `center` value and cleaned up the media query formatting for consistency. Please take another look. Signed-off-by: yash khanpara <158573701+khanparaYash@users.noreply.github.com>
1 parent cab1336 commit c5bb7bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,12 @@ footer svg {
568568

569569
}
570570
@media (max-width: 996px) {
571-
.footer__copyright+div {
572-
text-align: -webkit-center;
571+
.footer__copyright+div {
572+
text-align: center;
573573
}
574574

575575
.footer__icons.footer {
576-
text-align: -webkit-center;
576+
text-align: center;
577577
}
578578
}
579579

0 commit comments

Comments
 (0)