diff --git a/README.md b/README.md
index ca43385..f5bfeb8 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,10 @@ I originally changed the font in my IDE to Comic Mono as a joke. I decided to le
2. I remade the Bold weight style and added a Light weight style as well
3. I added Italic styles for each weight style
+## Update 2023-09
+
+- Adds [Nerd Font](https://www.nerdfonts.com/) patch
+
## Any issues?
If you notice any, please feel free to open an issue!
diff --git a/index.html b/index.html
index a6e7cc7..0d46d54 100644
--- a/index.html
+++ b/index.html
@@ -118,7 +118,7 @@
If you notice any, please feel free to open an issue!
diff --git a/style.css b/style.css index 1fd07e8..17d566e 100644 --- a/style.css +++ b/style.css @@ -32,7 +32,7 @@ #main { max-width: 70%; } - #downloads { + .twoColumnsIfFits { display: flex; justify-content: space-evenly; }