From 3d7da6c8da021120cbd7fface56ad7055625db3e Mon Sep 17 00:00:00 2001 From: troogs Date: Wed, 12 Aug 2026 12:55:45 +0200 Subject: [PATCH] style: position continue button inline below content on desktop screens --- style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/style.css b/style.css index c890f20..d838bb9 100644 --- a/style.css +++ b/style.css @@ -188,6 +188,23 @@ body.has-continue-bar main.container { 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 {