fix(style): fit footer width to body size
This commit is contained in:
parent
e25622dac2
commit
dead990ba0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user