Skip to content

Commit

Permalink
join: remove unused CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Sep 4, 2024
1 parent 7190dea commit 962e937
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/pages/join.astro
Original file line number Diff line number Diff line change
Expand Up @@ -179,24 +179,3 @@ 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 962e937

Please sign in to comment.