Skip to content

Commit b4f1023

Browse files
feat: increased font size and line height for better readability
1 parent 8bca88e commit b4f1023

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/styles/pages/App.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@
6767
font-family: "Nanum Gothic Coding", monospace;
6868
font-weight: 400;
6969
font-style: normal;
70-
font-size: 1.2rem;
70+
font-size: 1.3rem;
7171
text-wrap: wrap;
72+
line-height: 1.1;
7273
}
7374

7475
.topic-section {

src/styles/pages/contribute.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
.contri-intro-para {
2121
width: 100%;
22-
font-size: 1.1rem;
22+
font-size: 1.3rem;
2323
}
2424

2525
.contri-intro-image-container {

src/styles/sections/hero.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
font-weight: 900;
1616
text-align: left;
1717
font-family: "Titillium Web", sans-serif;
18-
line-height: 0.01;
18+
line-height: 0.1;
1919
font-size: clamp(4rem, 5vw, 6rem);
2020
}
2121

@@ -30,7 +30,7 @@
3030
font-family: "Space Mono", monospace;
3131
font-weight: 400;
3232
font-style: normal;
33-
font-size: 1rem;
33+
font-size: 1.3rem;
3434
text-align: left;
3535
color: #fcfcfcbf;
3636
text-wrap: wrap;

0 commit comments

Comments
 (0)