Skip to content

Commit

Permalink
Revert "join: remove unused CSS"
Browse files Browse the repository at this point in the history
This reverts commit 962e937.
  • Loading branch information
vladh committed Sep 4, 2024
1 parent 48a36c9 commit a00e439
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/pages/join.astro
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,24 @@ import Layout from "../layouts/Layout.astro";
</section>
</div>
</Layout>

<style>
.highlight-box {
display: flex;
.number {
flex: 0 0 4rem;
}
.inline-number {
display: none;
}
@media (max-width: 800px) {
display: block;
.number {
display: none;
}
.inline-number {
display: inline;
}
}
}
</style>

0 comments on commit a00e439

Please sign in to comment.