From e3767097a1ce886fe664a6825be7662c95e714de Mon Sep 17 00:00:00 2001 From: Ayushmaanagarwal1121 Date: Thu, 23 May 2024 15:56:34 +0530 Subject: [PATCH] fixed At login page the text and the login container is overlapping with each other --- assets/css/login.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/login.css b/assets/css/login.css index fa022bc9c..31129d062 100644 --- a/assets/css/login.css +++ b/assets/css/login.css @@ -20,7 +20,7 @@ body { width: 100%; - height: 100vh; + height: 100%; font-family: var(--ff-philosopher); font-size: 4rem; /* background-color: #c9acc2; */