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

Commit

Permalink
feat: add margin to form
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Dec 23, 2023
1 parent 259bec3 commit 8425dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Email-Form.astro
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<style>
.emailform {
visibility: visible;
position: absolute;
margin-bottom: 2rem;
}

@media (max-width: 825px) {
Expand Down

0 comments on commit 8425dc5

Please sign in to comment.