Skip to content

Commit c8cbc69

Browse files
Improve text sizing and formatting for education and projects sections
1 parent 7669e63 commit c8cbc69

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

assets/css/components/resume.css

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,17 +201,71 @@
201201
}
202202
}
203203

204+
/* Education section specific styling */
205+
#education .resume-role {
206+
margin: 1rem 0;
207+
padding: 0.8rem 0;
208+
border-top: 1px solid #f0f0f0;
209+
}
210+
211+
#education .resume-role:first-child {
212+
border-top: 0;
213+
padding-top: 0;
214+
}
215+
216+
#education h3 {
217+
font-size: 1.4rem !important;
218+
font-weight: 600;
219+
margin: 0 0 0.3rem 0;
220+
color: #333;
221+
}
222+
223+
#education .meta {
224+
color: #666;
225+
font-size: 1.15rem !important;
226+
font-style: italic;
227+
margin-bottom: 0;
228+
}
229+
230+
/* Projects section specific styling */
231+
#projects .resume-role {
232+
margin: 1.2rem 0;
233+
padding: 0.8rem 0;
234+
border-top: 1px solid #f0f0f0;
235+
}
236+
237+
#projects .resume-role:first-child {
238+
border-top: 0;
239+
padding-top: 0;
240+
}
241+
242+
#projects h3 {
243+
font-size: 1.4rem !important;
244+
font-weight: 600;
245+
margin: 0 0 0.5rem 0;
246+
color: #333;
247+
}
248+
249+
#projects p {
250+
font-size: 1.2rem !important;
251+
line-height: 1.5;
252+
color: #444;
253+
margin: 0;
254+
}
255+
204256
/* Item dates */
205257
.item-dates {
206258
color: #666;
207-
font-size: 0.9em;
259+
font-size: 1.1rem !important;
260+
font-weight: 400;
208261
}
209262

210263
/* Role notes */
211264
.role-note {
212265
color: #666;
213266
font-style: italic;
214267
margin: 1rem 0;
268+
font-size: 1.15rem !important;
215269
}
216270

217271
/* Mobile */

0 commit comments

Comments
 (0)