Skip to content

Commit 7b6bfeb

Browse files
committed
add custom font size
1 parent 8e5a132 commit 7b6bfeb

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,3 +309,9 @@ compress_html:
309309
clippings: all
310310
ignore:
311311
envs: development
312+
313+
314+
minimal_mistakes_skin: default
315+
316+
custom_css:
317+
- /assets/css/custom.css

_pages/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
permalink: /
3-
title: "Pingping's academic page"
3+
title: "🌱 About Me"
44
excerpt: "About me"
55
author_profile: true
66
redirect_from:
77
- /about/
88
- /about.html
99
---
1010

11-
## 🌱 About Me
11+
1212

1313
Hi, I’m **Pingping Wang**, currently a **PhD student at TU Wien (Vienna University of Technology)**, working at the intersection of **sustainability** and **process systems engineering**.
1414

assets/css/custom.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/* General font size for all pages */
2+
.page__content {
3+
font-size: 16px;
4+
line-height: 1.6;
5+
}
6+
7+
/* Optional: reduce headings */
8+
.page__content h1 {
9+
font-size: 28px;
10+
}
11+
.page__content h2 {
12+
font-size: 24px;
13+
}
14+
.page__content h3 {
15+
font-size: 20px;
16+
}

0 commit comments

Comments
 (0)