Update src/routes/(frontend)/+page.svelte

This commit is contained in:
Kevin Kandlbinder 2025-03-12 23:10:40 +01:00
parent 9825f32557
commit 6624e52709

View file

@ -271,12 +271,13 @@
align-items: center;
gap: calc(0.5 * var(--gap));
width: 90%;
z-index: 300;
.icon {
> :global(svg) {
width: 64px;
height: 64px;
z-index: 100;
z-index: 350;
}
}