From dead990ba085bab2c0111a6779d20138e08d60c1 Mon Sep 17 00:00:00 2001 From: Tsvetomir Bonev Date: Thu, 23 Mar 2023 13:43:45 +0200 Subject: [PATCH] fix(style): fit footer width to body size --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d64ad67..95039f6 100644 --- a/static/style.css +++ b/static/style.css @@ -293,7 +293,7 @@ body > footer { display: flex; justify-content: center; align-items: center; - width: 100vw; + width: 100%; background: var(--post); position: absolute; bottom: 0;