mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-16 19:27:34 +02:00
Update updater.blade.php
This commit is contained in:
parent
84b365958f
commit
d9bd9d6307
@ -32,17 +32,35 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.logo-container {
|
html,
|
||||||
padding-top: 30vh;
|
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 {
|
.logo-centered {
|
||||||
top: 44vh;
|
/* top: 44vh; */
|
||||||
font-size: 130px;
|
font-size: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-img{
|
.logo-img{
|
||||||
position: relative;
|
/* position: relative; */
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user