feat: status page + maintenance

This commit is contained in:
mco-system 2023-05-27 16:46:59 +11:00
parent b1e05e8e4d
commit b183059f85
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.body {
font-size: 10em;
font-size: 2em;
font-family: Arial, Helvetica, sans-serif;
}
.page_wrapper {
@ -9,7 +9,6 @@
align-items: center;
align-content: center;
text-align: center;
padding-bottom: 5em;
background-color: red;
}
.center_wrapper {
@ -27,6 +26,7 @@
justify-content: center;
align-items: center;
text-align: center;
width: 30em;
background-color: yellow;
}
.table_headers, .line {