fix footer position. closes #8
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m25s

This commit is contained in:
isUnknown 2026-03-30 19:13:42 +02:00
parent aa4c8cefdc
commit d218bc47d7
2 changed files with 6 additions and 11 deletions

View file

@ -104,12 +104,12 @@
} }
:global(.collection .page-scrollable-footer) { :global(.collection .page-scrollable-footer) {
margin-left: -12.4vw; margin-left: -10.3rem;
margin-top: 5rem; margin-top: 5rem;
} }
:global(.article-wrapper .page-scrollable-footer) { :global(.article-wrapper .page-scrollable-footer) {
margin-left: -2.95vw; margin-left: -3.3rem;
} }
/* --- Main row --- */ /* --- Main row --- */
@ -224,16 +224,15 @@
} }
:global(.collection .page-scrollable-footer) { :global(.collection .page-scrollable-footer) {
margin-left: -6.2vw; margin-left: -1.5rem;
}
:global(.article-wrapper .page-scrollable-footer) {
margin-left: -1.3rem;
} }
:global(.about .page-scrollable-footer) { :global(.about .page-scrollable-footer) {
margin-left: 0; margin-left: 0;
} }
:global(.article-wrapper .page-scrollable-footer) {
margin-left: -5.3vw;
}
} }
/* --- Tablet (701px912px) --- */ /* --- Tablet (701px912px) --- */

View file

@ -1,7 +1,3 @@
a:hover { a:hover {
color: var(--color-primary) !important; color: var(--color-primary) !important;
} }
.page-container {
overflow-x: hidden;
}