style: position continue button inline below content on desktop screens

This commit is contained in:
2026-08-12 12:55:45 +02:00
parent b230918903
commit 3d7da6c8da
+17
View File
@@ -188,6 +188,23 @@ body.has-continue-bar main.container {
pointer-events: auto; pointer-events: auto;
} }
@media (min-width: 768px) {
.container {
flex: none;
}
body.has-continue-bar main.container {
padding-bottom: 12px;
}
.continue-bar {
position: static;
padding: 0 20px 40px;
background: none;
pointer-events: auto;
}
}
/* Back link --------------------------------------------------------------- */ /* Back link --------------------------------------------------------------- */
.back-link { .back-link {