Skip to content

Commit

Permalink
Fix 404 page on nested paths, and mobile mod info page (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 authored May 27, 2024
1 parent 656a773 commit bc66716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Varela+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="/index.css">

<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
</head>
Expand Down
1 change: 1 addition & 0 deletions src/mods/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
.small-icon-items > svg, .small-icon-items > span > svg {
@apply
max-h-6;
min-height: 1.0rem;
}

.hidden {
Expand Down

0 comments on commit bc66716

Please sign in to comment.