misso/templates/head.tmpl

25 lines
579 B
Cheetah

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<style>
body {
display: flex;
align-items: center;
justify-content: center;
background: #282c34;
}
#main {
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
color: white;
padding: 40px;
background-color: #21252b;
border-radius: 12px;
margin: 0 40px;
width: 100%;
max-width: 480px;
word-break: break-word;
}
</style>