Update src/routes/(frontend)/+page.svelte
This commit is contained in:
parent
9825f32557
commit
6624e52709
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue