You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
345 B
24 lines
345 B
2 years ago
|
.header {
|
||
|
padding: 2rem 0;
|
||
|
}
|
||
|
.site-name {
|
||
|
font-size: 1.2rem;
|
||
|
}
|
||
|
#maintenance {
|
||
|
padding: 2rem 0;
|
||
|
}
|
||
|
.maintenance {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.maintenance-title,
|
||
|
.maintenance-message {
|
||
|
text-align: center;
|
||
|
}
|
||
|
.maintenance-icon {
|
||
|
margin: 2rem auto;
|
||
|
}
|
||
|
.maintenance-icon img {
|
||
|
max-height: 60vh;
|
||
|
}
|