Fix: footer centering

div.copyright is now same width as parent footer

footer.footer is 783px wide, but div.copyright had a set width of 760px, so it was short of being perfectly centered by 23 pixels.
This commit is contained in:
Andrew Souvanlasy 2023-04-19 11:23:06 -04:00 committed by GitHub
parent b806f5fdb3
commit ea4b606c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@
align-items: center;
justify-content: space-between;
margin: 0;
width: 760px;
max-width: 100%;
@media ($tablet) {