Skip to content

Commit c3a4621

Browse files
Adjust base font size from 20px to 18px for better readability
- Reduce base font size from 20px to 18px - Proportionally adjust all other font sizes throughout resume - Maintain proper hierarchy while improving overall readability - Section headings: 2.4rem → 2.2rem - Body text: 1.5rem → 1.4rem - List items: 1.4rem → 1.3rem - Contact/nav: 1.4rem → 1.3rem
1 parent ab3a111 commit c3a4621

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/components/resume.css

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* Simple, clean resume layout */
22
.resume-page {
33
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
4-
font-size: 20px !important;
4+
font-size: 18px !important;
55
}
66

77
.resume {
8-
font-size: 20px;
8+
font-size: 18px;
99
padding: 2rem;
1010
max-width: 850px;
1111
margin: 0 auto;
@@ -47,18 +47,18 @@
4747
.resume-pronouns {
4848
font-weight: 400;
4949
color: #666;
50-
font-size: 1.5rem !important;
50+
font-size: 1.4rem !important;
5151
}
5252

5353
.resume-title {
54-
font-size: 2rem !important;
54+
font-size: 1.8rem !important;
5555
font-weight: 500;
5656
margin: 0.5rem 0;
5757
color: #0066cc;
5858
}
5959

6060
.resume-location {
61-
font-size: 1.6rem !important;
61+
font-size: 1.5rem !important;
6262
margin: 0.5rem 0;
6363
color: #666;
6464
}
@@ -73,7 +73,7 @@
7373
margin: 0.35rem 0;
7474
color: #0066cc;
7575
text-decoration: underline;
76-
font-size: 1.4rem !important;
76+
font-size: 1.3rem !important;
7777
}
7878

7979
.resume-contact a:hover {
@@ -93,7 +93,7 @@
9393
margin: 0 1.25rem 0.5rem 0;
9494
color: #0066cc;
9595
text-decoration: underline;
96-
font-size: 1.4rem !important;
96+
font-size: 1.3rem !important;
9797
}
9898

9999
.resume-nav a:hover {
@@ -110,7 +110,7 @@
110110
}
111111

112112
.resume-section > h2 {
113-
font-size: 2.4rem !important;
113+
font-size: 2.2rem !important;
114114
font-weight: 500;
115115
margin: 0 0 1.25rem 0;
116116
color: #333;
@@ -122,7 +122,7 @@
122122
margin: 1rem 0;
123123
line-height: 1.7;
124124
color: #333;
125-
font-size: 1.5rem !important;
125+
font-size: 1.4rem !important;
126126
}
127127

128128
/* Skills */
@@ -137,7 +137,7 @@
137137
margin: 0.6rem 0;
138138
break-inside: avoid;
139139
line-height: 1.6;
140-
font-size: 1.4rem !important;
140+
font-size: 1.3rem !important;
141141
font-weight: 400;
142142
}
143143

@@ -160,7 +160,7 @@
160160
}
161161

162162
.resume-experience h3 {
163-
font-size: 1.7rem !important;
163+
font-size: 1.6rem !important;
164164
font-weight: 500;
165165
margin: 0 0 0.35rem 0;
166166
color: #333;
@@ -169,7 +169,7 @@
169169
.resume-experience .meta {
170170
color: #666;
171171
margin-bottom: 0.85rem;
172-
font-size: 1.4rem !important;
172+
font-size: 1.3rem !important;
173173
font-style: italic;
174174
}
175175

@@ -181,7 +181,7 @@
181181
.resume-experience li {
182182
margin: 0.8rem 0;
183183
line-height: 1.7;
184-
font-size: 1.4rem !important;
184+
font-size: 1.3rem !important;
185185
font-weight: 400;
186186
}
187187

@@ -196,11 +196,11 @@
196196
column-gap: 2rem;
197197
margin: 1rem 0;
198198
padding-left: 1.5rem;
199-
font-size: 1.4rem !important;
199+
font-size: 1.3rem !important;
200200
}
201201

202202
.resume-list.two-col li {
203-
font-size: 1.4rem !important;
203+
font-size: 1.3rem !important;
204204
margin: 0.7rem 0;
205205
line-height: 1.6;
206206
font-weight: 400;
@@ -225,15 +225,15 @@
225225
}
226226

227227
#education h3 {
228-
font-size: 1.6rem !important;
228+
font-size: 1.5rem !important;
229229
font-weight: 500;
230230
margin: 0 0 0.3rem 0;
231231
color: #333;
232232
}
233233

234234
#education .meta {
235235
color: #666;
236-
font-size: 1.3rem !important;
236+
font-size: 1.2rem !important;
237237
font-style: italic;
238238
margin-bottom: 0;
239239
}
@@ -251,14 +251,14 @@
251251
}
252252

253253
#projects h3 {
254-
font-size: 1.6rem !important;
254+
font-size: 1.5rem !important;
255255
font-weight: 500;
256256
margin: 0 0 0.5rem 0;
257257
color: #333;
258258
}
259259

260260
#projects p {
261-
font-size: 1.4rem !important;
261+
font-size: 1.3rem !important;
262262
line-height: 1.6;
263263
color: #444;
264264
margin: 0;
@@ -267,7 +267,7 @@
267267
/* Item dates */
268268
.item-dates {
269269
color: #666;
270-
font-size: 1.2rem !important;
270+
font-size: 1.1rem !important;
271271
font-weight: 400;
272272
}
273273

@@ -276,7 +276,7 @@
276276
color: #666;
277277
font-style: italic;
278278
margin: 1rem 0;
279-
font-size: 1.3rem !important;
279+
font-size: 1.2rem !important;
280280
}
281281

282282
/* Mobile */

0 commit comments

Comments
 (0)