Skip to content

Commit d9bd9d6

Browse files
committed
Update updater.blade.php
1 parent 84b3659 commit d9bd9d6

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

resources/views/layouts/updater.blade.php

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,35 @@
3232

3333
<style>
3434
35-
.logo-container {
36-
padding-top: 30vh;
35+
html,
36+
body {
37+
height: 100%;
38+
width: 100%;
39+
}
40+
41+
.container {
42+
align-items: center;
43+
display: flex;
44+
flex-direction: column;
45+
justify-content: center;
46+
height: 100%;
47+
width: 100%;
48+
}
49+
50+
@media (min-width:700px) {
51+
.row {
52+
display: flex;
53+
flex-direction: row;
54+
}
3755
}
3856
3957
.logo-centered {
40-
top: 44vh;
58+
/* top: 44vh; */
4159
font-size: 130px;
4260
}
4361
4462
.logo-img{
45-
position: relative;
63+
/* position: relative; */
4664
width: 250px;
4765
height: auto;
4866
}

0 commit comments

Comments
 (0)