Fixed one issue with them, and added just a little bit of CSS to make it nicer.
This commit is contained in:
@@ -357,6 +357,15 @@ a:not(:has(img)):hover { text-decoration: underline; }
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.error {
|
||||
font-family: Monospace, system-ui;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.error a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/*Shit to make it not terrible for mobile users.*/
|
||||
@media (max-width: 1200px) {
|
||||
.content {
|
||||
|
||||
Reference in New Issue
Block a user