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