From: Matt Corallo Date: Fri, 12 Jul 2024 20:49:16 +0000 (+0000) Subject: Fix right box scrolling X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=6b7bcc099e6f44ca2f5701d136ecc1987a5c7bc6;p=satsto.me Fix right box scrolling --- diff --git a/index.html b/index.html index 1dc6ac4..8fc97de 100644 --- a/index.html +++ b/index.html @@ -24,23 +24,21 @@ @media screen and (min-width: 768px) { body { display: flex; - flex-wrap: wrap; flex-flow: column wrap; height: 100vh; box-sizing: border-box; - padding: 0 0 30px 30px; + padding: 0; } .intro-text { flex: 0; max-width: calc(50% - 15px); - padding-top: 30px; - padding-right: 40px; + padding: 30px 40px 0 30px; box-sizing: border-box; } .footer { flex: 1 0 50%; max-width: calc(50% - 15px); - padding-right: 30px; + padding: 0 40px 30px 30px; box-sizing: border-box; } .right { @@ -48,6 +46,9 @@ max-width: calc(50% + 15px); min-width: calc(50% + 15px); order: 3; + display: flex; + flex-direction: column; + min-height: 100%; } .result { height: 100%;