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:
parent
b806f5fdb3
commit
ea4b606c38
@ -8,7 +8,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 760px;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
@media ($tablet) {
|
@media ($tablet) {
|
||||||
|
Loading…
Reference in New Issue
Block a user