article style
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s

This commit is contained in:
isUnknown 2026-03-21 13:38:42 +01:00
parent 1f8abcd305
commit 6f26c94308
3 changed files with 46 additions and 5 deletions

View file

@ -110,6 +110,10 @@
margin-top: 5rem;
}
:global(.article-wrapper .page-scrollable-footer) {
margin-left: -2.95vw;
}
/* --- Main row --- */
.footer-main {
display: flex;
@ -224,6 +228,14 @@
:global(.collection .page-scrollable-footer) {
margin-left: -6.2vw;
}
:global(.about .page-scrollable-footer) {
margin-left: 0;
}
:global(.article-wrapper .page-scrollable-footer) {
margin-left: -2.95vw;
}
}
/* --- Tablet (701px912px) --- */