mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
walloffame cleanup
This commit is contained in:
parent
ee3fa7078b
commit
de28946697
1 changed files with 0 additions and 25 deletions
|
@ -43,12 +43,6 @@
|
||||||
The chronicles of the triumphant from bygone rice contests held within our Discord
|
The chronicles of the triumphant from bygone rice contests held within our Discord
|
||||||
</div>
|
</div>
|
||||||
</Title>
|
</Title>
|
||||||
|
|
||||||
<!-- <div class="background-images" aria-hidden="true">
|
|
||||||
{#each data.images as image}
|
|
||||||
<img src={image} class="background-image" alt="" />
|
|
||||||
{/each}
|
|
||||||
</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Contest name="Summer" number={2} date="May 2023" --color="orange">
|
<Contest name="Summer" number={2} date="May 2023" --color="orange">
|
||||||
|
@ -176,38 +170,19 @@
|
||||||
.wisdoms {
|
.wisdoms {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
/* translate: -50% 0px; */
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
margin-top: -2rem;
|
margin-top: -2rem;
|
||||||
/* font-size: 1.5rem; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wisdom {
|
.wisdom {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
/* max-height: 15ch; */
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: theme(colors.cyan.700);
|
color: theme(colors.cyan.700);
|
||||||
text-shadow: 0px 0px 8px blue;
|
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;
|
|
||||||
}
|
|
||||||
} */
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue