Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
chore: remove css email br
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Dec 23, 2023
1 parent 2ea4c62 commit 259bec3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@ import "../styles/index.css";
</script>

<style>
.emailbr {
display: block;
margin: 0px 0;
}

@media (max-width: 825px) {
.home-container {
display: flex;
Expand Down Expand Up @@ -210,10 +205,5 @@ import "../styles/index.css";
width: 100%;
height: 100%;
}

.emailbr.show {
display: block;
margin: 140px 0;
}
}
</style>

0 comments on commit 259bec3

Please sign in to comment.