Skip to content

Commit f778d90

Browse files
committed
WebKit mobile compatibility fix, renamed 404 title
1 parent 85548e3 commit f778d90

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="icon" type="image/x-icon" href="/img/favicon.ico?">
88
<link rel="stylesheet" href="/plugins/flickity/flickity.css" media="screen">
99
<script src="/plugins/flickity/flickity.pkgd.js"></script>
10-
<title>Home &#8226 Minecraft 3DS Community</title>
10+
<title>404 &#8226 Minecraft 3DS Community</title>
1111
<style>
1212
.header {
1313
overflow: visible;

mods/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
box-shadow: 0 2px 5px black;
8787
border: 2px solid white;
8888
filter: brightness(1.1);
89+
object-fit: contain;
90+
align-self: center;
8991
}
9092
@media (max-width: 513px) {
9193
.modDescription {
@@ -172,7 +174,8 @@
172174
gap: 6px;
173175
}
174176
label img {
175-
height: 24pxem;
177+
height: 24px;
178+
image-rendering: pixelated;
176179
}
177180

178181
</style>

0 commit comments

Comments
 (0)