Minor layout change

This commit is contained in:
cuptain 2024-11-01 10:03:42 +11:00
parent 7e728ddff8
commit c1bab40aab
2 changed files with 6 additions and 4 deletions

View File

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB