Commit f7953fe
authored
refactor: don't declare font-size in px (#345)
* refactor: don't declare font-size in px
improve accessibility by using (r)em units:
https://developer.mozilla.org/en-US/docs/Web/CSS/font-size#pixels
https://fedmentor.dev/posts/font-size-px/
* style(css): use 1.1rem for readability1 parent 7ee667f commit f7953fe
File tree
2 files changed
+4
-2
lines changed- exampleSite/content/posts
- layouts/partials
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
| 300 | + | |
299 | 301 | | |
300 | 302 | | |
301 | | - | |
| 303 | + | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments