summaryrefslogtreecommitdiff
path: root/web/source/css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-07-05 16:44:58 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-05 16:44:58 +0200
commit81dd4f3660ca41a8d51a5563cc13227544191cb4 (patch)
treeb190827ed3738488e3040c97465c2ccd20086223 /web/source/css
parent[bugfix] Fix incorrect domain showing in profiles (#693) (diff)
downloadgotosocial-81dd4f3660ca41a8d51a5563cc13227544191cb4.tar.xz
[bugfix] Fix footer info fields not wrapping (#694)
* flex-wrap footer items * add testrig instance entry with more info set
Diffstat (limited to 'web/source/css')
-rw-r--r--web/source/css/base.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/source/css/base.css b/web/source/css/base.css
index c2cd78b67..f70fe0496 100644
--- a/web/source/css/base.css
+++ b/web/source/css/base.css
@@ -251,6 +251,7 @@ footer {
padding: 2rem;
display: flex;
+ flex-wrap: wrap;
justify-content: center;
div {