From 26c09eadd2fbd0832afc65dfeef6e8d254d9f9a4 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Fri, 6 Feb 2026 22:15:19 +0000 Subject: [PATCH] Add categories --- src/static/style/mobile.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index 734e339..afeb6bf 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -28,6 +28,7 @@ footer{ justify-content: center; align-items: center; height: 10vh; + clear: both; } #logo-container{ @@ -284,13 +285,14 @@ pre{ } #links-main{ - padding: 20px 10px 0 10px; + padding: 20px 10px 20px 10px; min-height: 65vh; } .link { border-top: 1px solid #e5e5e5; clear: both; + overflow: hidden; } .link>img { @@ -306,4 +308,9 @@ pre{ .category { padding-top: 10px; + border-bottom: 1px solid #e5e5e5; +} + +.category>h3 { + margin-bottom: 10px; } \ No newline at end of file