refac: splash screen

This commit is contained in:
Timothy J. Baek
2024-07-08 22:20:00 -07:00
parent 47c76ab5fe
commit c2f4eab8ed
6 changed files with 17 additions and 8 deletions

View File

@@ -82,13 +82,13 @@
id="logo"
style="
position: absolute;
width: 6rem;
width: auto;
height: 6rem;
top: 41%;
left: 50%;
margin-left: -3rem;
"
src="/logo.svg"
src="/static/splash.png"
/>
<div
@@ -107,8 +107,8 @@
>
<img
id="logo-her"
style="width: 13rem; height: 13rem"
src="/logo.svg"
style="width: auto; height: 13rem"
src="/static/splash.png"
class="animate-pulse-fast"
/>