removed logo because it was annoying to work around

This commit is contained in:
cuptain 2024-11-01 21:55:39 +11:00
parent 7e290472fb
commit 479ee2e6e0
2 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<Navbar /> <Navbar />
</div> </div>
<body> <body>
<img alt="Wails logo" id="logo" src="{logo}"> <!--<img alt="Wails logo" id="logo" src="{logo}">-->
{#if $testPage} {#if $testPage}
<div> <div>
<Testpage /> <Testpage />

View File

@ -163,4 +163,8 @@
</main> </main>
<style> <style>
main{
margin-top: 16rem;
margin-left: 3rem;
}
</style> </style>