Fixed splashscreen and changed the way results are handled by front and back

This commit is contained in:
Laurent
2024-10-29 22:54:00 +01:00
parent 8be7b82db6
commit a19533a20f
13 changed files with 104 additions and 38 deletions

View File

@@ -1,10 +1,10 @@
<script>
import logo from '$lib/assets/logo.png'
import logo from '$lib/assets/logo.svg'
</script>
<div class="splash" >
<img class="logo" src={logo} alt="De Charybde en Scylla">
<img class="footer-logo" src={logo} alt="Splashscreen">
</div>
<style>
@@ -22,7 +22,7 @@
animation: fadeout 2.5s forwards;
}
.logo
.footer-logo
{
width: auto;
height: 25%;