From f52f7dc89fb63df354453a0ef98dbb29353a4f5f Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Tue, 12 May 2026 01:09:41 -0400 Subject: [PATCH] more style update for mobile --- frontend/src/index.css | 2 +- frontend/src/pages/login/Login.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 124e56a..83fad05 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -422,7 +422,7 @@ button { .btn { padding: 0.45rem 0.85rem; - font-size: 0.95rem; + font-size: 1.45rem !important; } .btn--lg { diff --git a/frontend/src/pages/login/Login.css b/frontend/src/pages/login/Login.css index 32e640a..c16c5e9 100644 --- a/frontend/src/pages/login/Login.css +++ b/frontend/src/pages/login/Login.css @@ -125,7 +125,11 @@ } .login-bg-video { - opacity: 0.13; + opacity: 0.135; left: 47%; } + + .login-button { + font-size: 1rem; + } } \ No newline at end of file