Minor layout change
This commit is contained in:
parent
7e728ddff8
commit
c1bab40aab
@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import logo from './assets/images/logo-universal.png'
|
import logo from './assets/images/fc-logo.png'
|
||||||
import Instances from './Instances.svelte'
|
import Instances from './Instances.svelte'
|
||||||
import Loading from './Loading.svelte'
|
import Loading from './Loading.svelte'
|
||||||
import {CheckPrerequisites} from '../wailsjs/go/main/App.js'
|
import {CheckPrerequisites} from '../wailsjs/go/main/App.js'
|
||||||
@ -45,9 +45,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
display: block;
|
display: flex;
|
||||||
width: 50%;
|
width: 70%;
|
||||||
height: 50%;
|
height: 70%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 10% 0 0;
|
padding: 10% 0 0;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@ -57,6 +57,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
margin-left: 5rem;
|
margin-left: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
fclauncher/frontend/src/assets/images/fc-logo.png
Normal file
BIN
fclauncher/frontend/src/assets/images/fc-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Loading…
Reference in New Issue
Block a user