Merge pull request 'fix: footer vertical misalignment on all pages' (#14) from main into staging
Build and Push Docker Images Staging / build (push) Successful in 25s
Build and Push Docker Images Staging / build (push) Successful in 25s
Merge PR #14: fix footer vertical misalignment on all pages
This commit was merged in pull request #14.
This commit is contained in:
@@ -601,6 +601,10 @@ img {
|
|||||||
color: var(--muted)
|
color: var(--muted)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-wrap p {
|
||||||
|
margin: 0
|
||||||
|
}
|
||||||
|
|
||||||
.footer-links {
|
.footer-links {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 18px;
|
gap: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user