Merge pull request #770 from invakid404/patch-1
fix(style): fit footer width to body size
This commit is contained in:
commit
2b8931c032
@ -293,7 +293,7 @@ body > footer {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
background: var(--post);
|
background: var(--post);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user