We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b3659 commit d9bd9d6Copy full SHA for d9bd9d6
resources/views/layouts/updater.blade.php
@@ -32,17 +32,35 @@
32
33
<style>
34
35
-.logo-container {
36
- padding-top: 30vh;
+html,
+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
47
48
49
50
+@media (min-width:700px) {
51
+.row {
52
53
+ flex-direction: row;
54
+ }
55
}
56
57
.logo-centered {
- top: 44vh;
58
+ /* top: 44vh; */
59
font-size: 130px;
60
61
62
.logo-img{
- position: relative;
63
+ /* position: relative; */
64
width: 250px;
65
height: auto;
66
0 commit comments