From fece7fa70699d0844764131e65253eb409cfd3d2 Mon Sep 17 00:00:00 2001 From: f0x52 Date: Tue, 15 Nov 2022 15:35:24 +0100 Subject: [PATCH] [chore] fix profile spacing on very small screens (#1050) --- web/source/css/profile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/source/css/profile.css b/web/source/css/profile.css index 42be7da63..0be731c72 100644 --- a/web/source/css/profile.css +++ b/web/source/css/profile.css @@ -171,6 +171,7 @@ main { } .basic { + margin-top: calc(-22vw + 1rem); height: initial; display: flex; flex-direction: column;