From fbb5ffcb8004063b9894d006c21e9d8ff858d81a Mon Sep 17 00:00:00 2001 From: sherichev <83235068+sherichev@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:02:06 +0300 Subject: [PATCH] Add padding-bottom to button #install-hypr (#10) --- public/css/home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/home.css b/public/css/home.css index 19bf23c..d1ccfee 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -159,6 +159,7 @@ header { color:#1a1a2e; background-color: aquamarine; padding-top: 1rem; + padding-bottom: 1rem; } #install-hypr {