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

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB