From bc66716cb42d6b25203c6083c3cedf5298f43cf2 Mon Sep 17 00:00:00 2001 From: Justin <52604018+hiimjustin000@users.noreply.github.com> Date: Sun, 26 May 2024 23:21:50 -0400 Subject: [PATCH] Fix 404 page on nested paths, and mobile mod info page (#41) --- src/404.html | 2 +- src/mods/index.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/404.html b/src/404.html index 38875d5..c3dc7ed 100644 --- a/src/404.html +++ b/src/404.html @@ -27,7 +27,7 @@ - + diff --git a/src/mods/index.css b/src/mods/index.css index 435ecb0..f6e645f 100644 --- a/src/mods/index.css +++ b/src/mods/index.css @@ -199,6 +199,7 @@ .small-icon-items > svg, .small-icon-items > span > svg { @apply max-h-6; + min-height: 1.0rem; } .hidden {