Center the heading on the error screen

This commit is contained in:
Robin
2025-06-12 23:47:33 -04:00
parent 32b6250cc3
commit 86aa459a84

View File

@@ -12,6 +12,7 @@
.error > h1 {
margin: 0;
text-align: center;
}
.error > p {