From ce35616ce8e1fca0696d560cb00679ca2d8cc935 Mon Sep 17 00:00:00 2001 From: shaszz Date: Sun, 17 Aug 2025 12:41:30 +0530 Subject: [PATCH] Fixed the background of the about page by changing the height of the node --- client/styles/base/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/styles/base/_base.scss b/client/styles/base/_base.scss index 90e11ba208..607abf2091 100644 --- a/client/styles/base/_base.scss +++ b/client/styles/base/_base.scss @@ -51,7 +51,7 @@ button { .root-app, .app { min-height: 100%; - height: 100vh; + } a {