From 1fcbbb0fe4ef3705353f60db302ac5fa0b4f9e0a Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 15:51:50 +0100 Subject: [PATCH] making user index taller for testing --- styles/pages/user/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/pages/user/style.css b/styles/pages/user/style.css index 23b8b25..139ce72 100644 --- a/styles/pages/user/style.css +++ b/styles/pages/user/style.css @@ -1,3 +1,7 @@ +body { + height: 200% !important; +} + .user-index-header-text { width: 80%; margin: auto;