Udated a lot of stuff

This commit is contained in:
WolverinDEV
2019-06-30 17:24:10 +02:00
parent 6b70b8d425
commit 160c6d83db
25 changed files with 642 additions and 176 deletions
@@ -7,10 +7,27 @@
<style type="text/css">
html, body {
background: #18BC9C;
user-select: none;
}
body {
text-align: center;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin-left: 18px;
margin-right: 18px;
display: flex;
flex-direction: column;
justify-content: center;
-ms-overflow-style: none;
-webkit-app-region: drag;
}
img {
@@ -29,6 +46,7 @@
}
.container-logo {
align-self: center;
position: relative;
display: inline-block;