Update updater.blade.php

This commit is contained in:
Julian Prieber 2022-05-26 11:10:33 +02:00
parent 84b365958f
commit d9bd9d6307
1 changed files with 22 additions and 4 deletions

View File

@ -32,17 +32,35 @@
<style>
.logo-container {
padding-top: 30vh;
html,
body {
height: 100%;
width: 100%;
}
.container {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
width: 100%;
}
@media (min-width:700px) {
.row {
display: flex;
flex-direction: row;
}
}
.logo-centered {
top: 44vh;
/* top: 44vh; */
font-size: 130px;
}
.logo-img{
position: relative;
/* position: relative; */
width: 250px;
height: auto;
}