fix(style): fit footer width to body size

This commit is contained in:
Tsvetomir Bonev 2023-03-23 13:43:45 +02:00 committed by invakid404
parent e25622dac2
commit dead990ba0
No known key found for this signature in database
GPG Key ID: 37088CA29242C6E5
1 changed files with 1 additions and 1 deletions

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;