From: Matt Corallo Date: Tue, 16 Jul 2024 14:24:02 +0000 (+0000) Subject: Tweak margins, fonts, and add a title to the footer X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ca9f2ab85d5454d394ffbe10de798459f96e2c10;p=satsto.me Tweak margins, fonts, and add a title to the footer --- diff --git a/index.html b/index.html index 833036f..4369287 100644 --- a/index.html +++ b/index.html @@ -20,23 +20,25 @@ font-family: Manrope, sans-serif; } h1, h2 { - margin: 0 0 6px 0; - line-height: 1.2; opacity: 1 !important; + color: inherit; + line-height: 1.2; } h1 { + margin: 0 0 6px 0; font-size: 35px; } h2 { + margin: 0 0 6px 0; font-size: 24px; } .tiny-print { - font-size: 13px; + font-size: 14px; font-style: italic; opacity: 0.6; } .small-print { - font-size: 15px; + font-size: 16px; opacity: 0.9; } .address-type { @@ -110,7 +112,7 @@ font-family: mono; font-size-adjust: 0.5; } - .small-print, .tiny-print { + .footer { color: white; } .result { @@ -119,6 +121,10 @@ opacity: 0.9; font-size: 17px; } + .result > h2 { + margin: 0 0 6px 0; + line-height: 1.2; + } .result-populated { padding: 15px; } @@ -149,12 +155,10 @@ } .address-type { color: black; - margin-bottom: 4px; } .address-copy { float: right; cursor: pointer; - padding: 1px 0; } @media screen and (min-width: 768px) { body { @@ -163,6 +167,9 @@ height: 100vh; box-sizing: border-box; } + .footer > h2 { + margin: 10px 0 0 0;pick + } .intro-text { max-width: calc(50% - 15px); padding: 30px 40px 0 30px; @@ -188,7 +195,7 @@ } .result { height: 100%; - padding: 20px 30px 30px 30px !important; + padding: 23px 30px 30px 30px !important; border-top: 1px solid #528080; } .right-header-paragraph { @@ -210,6 +217,9 @@ } } @media screen and (max-width: 767px) { + .footer > h2 { + margin: 20px 0 0 0; + } .intro-text { padding: 15px 15px 0 15px; } @@ -262,6 +272,7 @@