Skip to content

Commit

Permalink
Merge pull request opensourcepledge#82 from opensourcepledge/vladh/re…
Browse files Browse the repository at this point in the history
…move-unused-join-css

join: remove unused CSS
  • Loading branch information
vladh authored Sep 4, 2024
2 parents 9e36c83 + 962e937 commit 1140c57
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 @@ -180,24 +180,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 1140c57

Please sign in to comment.