Skip to content

Commit bc66716

Browse files
authoredMay 27, 2024··
Fix 404 page on nested paths, and mobile mod info page (#41)
1 parent 656a773 commit bc66716

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎src/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<link rel="preconnect" href="https://fonts.googleapis.com">
2828
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2929
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Varela+Round&display=swap" rel="stylesheet">
30-
<link rel="stylesheet" href="index.css">
30+
<link rel="stylesheet" href="/index.css">
3131

3232
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
3333
</head>

‎src/mods/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
.small-icon-items > svg, .small-icon-items > span > svg {
200200
@apply
201201
max-h-6;
202+
min-height: 1.0rem;
202203
}
203204

204205
.hidden {

0 commit comments

Comments
 (0)
Please sign in to comment.