Skip to content

Commit

Permalink
Fix event block height
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Oct 25, 2024
1 parent 8e3f01f commit 3ebad69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/play.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ const description = t("site.description");
</div>
<div id='link-events' class="link-events"></div>
</section>


</Base>

<style>
Expand Down Expand Up @@ -134,6 +132,7 @@ const description = t("site.description");
& ul.events {
font-family: var(--sl-font-system-mono);
min-height: 20rem;
max-height: 20rem;
margin-block: var(--space-2xs);
padding-block-start: var(--space-2xs);
padding-inline-start: var(--space-2xs);
Expand Down

0 comments on commit 3ebad69

Please sign in to comment.