First Commit

This commit is contained in:
Kevin Adametz 2018-10-29 09:39:31 +01:00
commit 610aa1e202
4204 changed files with 636764 additions and 0 deletions

View file

@ -0,0 +1,24 @@
/** Maintenance
**************************************************************** **/
.maintenance {
padding: 20px;
margin-top: 10%;
background-color: rgba(0,0,0,0.05);
font-family:'Open Sans';
font-size:14px;
line-height:23px;
text-align: center;
font-weight:300;
}
.maintenance h1 {
font-size:50px;
line-height:50px;
font-weight:300;
margin-bottom:6px;
}
@media only screen and (max-width: 480px) {
.maintenance h1 {
font-size:40px;
line-height:40px;
}
}