Merge pull request #770 from invakid404/patch-1

fix(style): fit footer width to body size
This commit is contained in:
Matthew Esposito 2023-04-07 12:05:41 -04:00 committed by GitHub
commit 2b8931c032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,7 +293,7 @@ body > footer {
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
width: 100%;
background: var(--post);
position: absolute;
bottom: 0;