fix 404 check, add 404 page mobile style, fix description/rules custom comment

This commit is contained in:
plebeius.eth
2024-05-06 22:02:49 +02:00
parent 5d124d2121
commit 0ead6775ae
3 changed files with 18 additions and 2 deletions
+12
View File
@@ -53,4 +53,16 @@
.backToBoard a {
color: blue;
}
@media (max-width: 640px) {
.content {
min-width: 0;
width: auto;
padding: 10px;
}
.boxContent img {
width: 100%;
}
}