Minor layout change
This commit is contained in:
parent
7e728ddff8
commit
c1bab40aab
@ -1,5 +1,5 @@
|
||||
<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 Loading from './Loading.svelte'
|
||||
import {CheckPrerequisites} from '../wailsjs/go/main/App.js'
|
||||
@ -45,9 +45,9 @@
|
||||
}
|
||||
|
||||
#logo {
|
||||
display: block;
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
display: flex;
|
||||
width: 70%;
|
||||
height: 70%;
|
||||
margin: auto;
|
||||
padding: 10% 0 0;
|
||||
background-position: center;
|
||||
@ -57,6 +57,8 @@
|
||||
}
|
||||
|
||||
body{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
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