From b5399a4fa3a9250d5609a567a77ee859e33cdf19 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 20 Jun 2024 21:14:25 -0500 Subject: [PATCH] fix(post): better fold font --- readme.md | 1 + styles/post.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index df6e7cc..608eca2 100644 --- a/readme.md +++ b/readme.md @@ -6,3 +6,4 @@ My portfolio website - Mobile support - Problem toggler +- stop overflow diff --git a/styles/post.css b/styles/post.css index a4c9518..d40ca7f 100644 --- a/styles/post.css +++ b/styles/post.css @@ -96,7 +96,7 @@ header { } .problem-toggle { - font-family: "Courier New", monospace; + font-family: monospace; position: absolute; cursor: pointer; left: -25px;