From dcf6aa0f76e5e6a73e462295e6afe011f4256d55 Mon Sep 17 00:00:00 2001 From: Alexander Votteler Date: Mon, 19 Feb 2024 22:07:06 +0100 Subject: [PATCH] margin-top for button --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 6a8703f..2290012 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,7 @@ cursor: pointer; border-radius: .5rem; display: block; + margin-top: 10px; }