mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 20:11:01 +01:00
Update updater.blade.php
This commit is contained in:
parent
84b365958f
commit
d9bd9d6307
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user