feat: status page + maintenance
This commit is contained in:
parent
e76d9815c9
commit
674edf2bf2
@ -9,7 +9,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: red;
|
|
||||||
}
|
}
|
||||||
.center_wrapper {
|
.center_wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -17,8 +16,6 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: blue;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.container_list {
|
.container_list {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -31,7 +28,7 @@
|
|||||||
.title {
|
.title {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 2em;
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
.table_headers, .line {
|
.table_headers, .line {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user