Modify maintenance page

This commit is contained in:
Jonny Barnes 2017-02-16 10:02:58 +00:00
parent b4df7a1bbb
commit 7114d97637

View file

@ -3,8 +3,6 @@
<head>
<title>Be right back.</title>
<link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
<style>
html, body {
height: 100%;
@ -17,31 +15,18 @@
color: #B0BEC5;
display: table;
font-weight: 100;
font-family: 'Lato';
}
.container {
text-align: center;
display: table-cell;
font-family: sans-serif;
vertical-align: middle;
}
.content {
text-align: center;
display: inline-block;
}
.title {
font-size: 72px;
margin-bottom: 40px;
margin-top: 10rem;
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<div class="title">Be right back.</div>
</div>
</div>
</body>
</html>