We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656a773 commit bc66716Copy full SHA for bc66716
src/404.html
@@ -27,7 +27,7 @@
27
<link rel="preconnect" href="https://fonts.googleapis.com">
28
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
29
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Varela+Round&display=swap" rel="stylesheet">
30
- <link rel="stylesheet" href="index.css">
+ <link rel="stylesheet" href="/index.css">
31
32
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
33
</head>
src/mods/index.css
@@ -199,6 +199,7 @@
199
.small-icon-items > svg, .small-icon-items > span > svg {
200
@apply
201
max-h-6;
202
+ min-height: 1.0rem;
203
}
204
205
.hidden {
0 commit comments