From: Alex Lewin Date: Fri, 6 Sep 2024 14:12:26 +0000 (+0000) Subject: Fix stray text in css X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=74e8a5cd49a0b91d08539734e7a4301475d7fc43;p=satsto.me Fix stray text in css --- diff --git a/index.html b/index.html index b7e2480..87d2f9c 100644 --- a/index.html +++ b/index.html @@ -186,7 +186,7 @@ box-sizing: border-box; } .footer > h2 { - margin: 10px 0 0 0;pick + margin: 10px 0 0 0; } .intro-text { max-width: calc(50% - 15px);