From 29173250927073f3dda866d203026447c34d571c Mon Sep 17 00:00:00 2001 From: Justin Maximillian Kimlim Date: Thu, 25 Mar 2021 17:20:33 +0700 Subject: [PATCH] Resolve overflow-x bug on the footer (resolve #199) (#200) --- source/app/web/statics/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/web/statics/style.css b/source/app/web/statics/style.css index 897b7c3b..553f82a2 100644 --- a/source/app/web/statics/style.css +++ b/source/app/web/statics/style.css @@ -254,7 +254,7 @@ body { /* Footer */ main > footer { - margin: 1rem; + margin: 1rem 0; margin-top: 2rem; padding-top: 1rem; font-size: .8rem;