From 74e8a5cd49a0b91d08539734e7a4301475d7fc43 Mon Sep 17 00:00:00 2001 From: Alex Lewin Date: Fri, 6 Sep 2024 14:12:26 +0000 Subject: [PATCH] Fix stray text in css --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5