diff --git a/src/routes/wall_of_fame/+page.svelte b/src/routes/wall_of_fame/+page.svelte index 3c61243..314b1f5 100755 --- a/src/routes/wall_of_fame/+page.svelte +++ b/src/routes/wall_of_fame/+page.svelte @@ -43,12 +43,6 @@ The chronicles of the triumphant from bygone rice contests held within our Discord - - @@ -176,38 +170,19 @@ .wisdoms { position: absolute; width: 500px; - /* translate: -50% 0px; */ display: flex; align-items: center; gap: 1rem; z-index: -10; opacity: 0.6; margin-top: -2rem; - /* font-size: 1.5rem; */ } .wisdom { width: max-content; height: max-content; - /* max-height: 15ch; */ text-align: center; color: theme(colors.cyan.700); text-shadow: 0px 0px 8px blue; } - - /* .background-images { - z-index: -100; - position: absolute; - inset: 1/2; - translate: 0px -50%; - display: grid; - width: 600px; - height: 200px; - grid: auto-flow / 1fr 1fr 1fr; - opacity: 0.4; - - & .background-image { - width: 200px; - } - } */