Adjust css for login page

This commit is contained in:
KS Jannette
2026-05-12 00:37:39 -04:00
parent 71443f0abc
commit 8c1d214897
2 changed files with 7 additions and 1 deletions

View File

@@ -40,6 +40,7 @@
text-align: center;
position: relative;
top: -20px;
white-space: nowrap;
}
.login-brand {
@@ -114,4 +115,9 @@
padding-right: 1rem;
font-size: 1.25rem;
}
.login-bg-video {
opacity: 0.13;
left: 47%;
}
}