From 2f92afa828bad2397a8e8204c19db0c296f2b7ef Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 26 Nov 2024 17:42:51 -0500 Subject: [PATCH] wip fonts --- src/_sass/default.scss | 5 ++++- src/blog.html | 3 ++- src/index.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/_sass/default.scss b/src/_sass/default.scss index bd3dc68..d987b98 100644 --- a/src/_sass/default.scss +++ b/src/_sass/default.scss @@ -99,11 +99,14 @@ body { padding-bottom: 0.3em; } + p,li { + font-size: 1.25rem; + } + p { margin-top: 0; margin-bottom: 16px; padding: 0 0.25em; - font-size: 1.25rem; } img { diff --git a/src/blog.html b/src/blog.html index f5560ce..467c367 100644 --- a/src/blog.html +++ b/src/blog.html @@ -10,8 +10,9 @@ title: Blog diff --git a/src/index.md b/src/index.md index cd04319..edc7abd 100644 --- a/src/index.md +++ b/src/index.md @@ -22,4 +22,4 @@ I am currently: Some of the more notable things I've worked on in the past are: - The animated TV series [PAW Patrol](https://www.imdb.com/title/tt3121722/) and [Daniel Spellbound](https://www.imdb.com/title/tt13983670/) -- A [fleet of robots](/robotics/5024) at Raider Robotics test +- A [fleet of robots](/robotics/5024) at Raider Robotics