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;