Skip to content

Commit e6b5cf8

Browse files
committed
fix: typo and adjusted font size
1 parent 3a193f5 commit e6b5cf8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/app/pages/events/events.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h3>General Meetings</h3>
2020
<section>
2121
<h3>Events Committee Meetings</h3>
2222
<p>
23-
The CSSS holds event committee meetings every two keeps to plan and discuss events. If you're
23+
The CSSS holds event committee meetings every two weeks to plan and discuss events. If you're
2424
interested in the logistics of how events are done or want to be a part of the committee this
2525
is a great place to do it.
2626
</p>

src/styles/_fonts.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ $article-font: 'Montserrat', sans-serif;
44

55
$h1-font-size: clamp(1.8rem, 2.5vw, 2.2rem);
66
$h2-font-size: clamp(1.4rem, 2.2vw, 1.8rem);
7-
$normal-font-size: clamp(1rem, 1.4vw, 1.4rem);
7+
$h3-font-size: clamp(1.2rem, 2vw, 1.4rem);
8+
$normal-font-size: clamp(1rem, 1.4vw, 1.2rem);

0 commit comments

Comments
 (0)