From 145a39045f4d4b50968db97788a74522976e2cdc Mon Sep 17 00:00:00 2001 From: Danny Spina Date: Tue, 20 Jun 2023 13:13:43 +0200 Subject: [PATCH] Improve buttons spacing in footer --- dist/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/index.html b/dist/index.html index 7def4b3..3a03ffb 100644 --- a/dist/index.html +++ b/dist/index.html @@ -31,7 +31,9 @@ } footer { display: flex; - flex-direction: column; + justify-content: space-around; + width: 100%; + padding: 1rem; } h1 { font-size: 3rem;