From c5ac644dff3c7b683929e600a3ab561e13162f58 Mon Sep 17 00:00:00 2001 From: "Kent Joseph T. Palima" Date: Thu, 30 Apr 2026 15:25:58 +0800 Subject: [PATCH] Fixes in registration page --- src/pages/apply.astro | 80 +++++++++++++++++++++++++++++++++++++------ src/styles/apply.scss | 7 ++++ 2 files changed, 77 insertions(+), 10 deletions(-) diff --git a/src/pages/apply.astro b/src/pages/apply.astro index e773432..eef1792 100644 --- a/src/pages/apply.astro +++ b/src/pages/apply.astro @@ -46,22 +46,49 @@ import '../styles/apply.scss';
- +
- +
- - + +
- @@ -73,22 +100,49 @@ import '../styles/apply.scss';
- +
- +
- +
- @@ -99,7 +153,13 @@ import '../styles/apply.scss';
- +
diff --git a/src/styles/apply.scss b/src/styles/apply.scss index b4b87b3..ff6ad97 100644 --- a/src/styles/apply.scss +++ b/src/styles/apply.scss @@ -28,6 +28,13 @@ line-height: 1.6; color: #4a4a4a; margin-bottom: 1rem; + + /* ADD THIS BLOCK: Resets the bold text back to normal paragraph size */ + strong { + font-size: 1rem; + font-weight: 700; /* Keeps it bold */ + line-height: inherit; + } } .privacy-notice { font-size: 0.85rem;