frontend changes

This commit is contained in:
ayoitshasya
2025-01-27 03:06:39 +05:30
parent 785025944f
commit 0e0f686c70
19 changed files with 523 additions and 542 deletions

View File

@@ -24,9 +24,6 @@
body {
background-color:#ffffff;
/* background: linear-gradient(to right, #dab8fc, #afc2ff); */
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
body h1{
@@ -486,3 +483,10 @@ height:auto !important;
}
}
.LoginPage {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}