Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Fixed centered pages feature on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsimoes committed May 22, 2023
1 parent 2a25b4d commit 58d5681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/centerPages.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
body {
text-align: -webkit-center;
text-align: -moz-center;
text-align: -ms-center;
}

0 comments on commit 58d5681

Please sign in to comment.