commit fece7fa70699d0844764131e65253eb409cfd3d2 parent a39a664525f55846dd5eea52fcc7009867835989 Author: f0x52 <f0x@cthu.lu> Date: Tue, 15 Nov 2022 15:35:24 +0100 [chore] fix profile spacing on very small screens (#1050) Diffstat:
M | web/source/css/profile.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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;