From b870b65648ea21fbb95ded5c275d4d69a7be7c47 Mon Sep 17 00:00:00 2001 From: bhc Date: Mon, 18 Mar 2024 12:56:37 +0300 Subject: [PATCH] Update margin-top in footer --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 9c78c39..60afe0e 100644 --- a/css/style.css +++ b/css/style.css @@ -175,7 +175,7 @@ footer { font-size: 8vw; text-shadow: 0px 10px 0px #130900; line-height: 0; - margin-top: 40vw; + margin-top: 30vw; margin-bottom: 2vw; -webkit-text-stroke: 3px #130900; -webkit-text-fill-color: #fffdf1;