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 4b437cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/play.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const description = t("site.description");
<div id='link-events' class="link-events"></div>
</section>


</Base>

<style>
Expand Down Expand Up @@ -134,6 +134,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 4b437cb

Please sign in to comment.