Skip to content

Commit

Permalink
Even out spacing in contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlostorto committed Oct 31, 2023
1 parent 28c0791 commit 2fee67e
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions contact/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@

<style>
main {
padding: 7rem 1rem 2rem;
padding: 5rem 1rem 2rem;
}

main h1 {
font-family: "Poppins", sans-serif;
font-size: 3.5rem;
font-weight: 300;
margin: 1.5rem 0 3rem -2rem;
margin-bottom: 1rem;
}

#contact-links {
margin: 1.5rem 0 0 -2rem;
margin-top: 1.5rem;
list-style: none;
padding: 0;
gap: 1rem;
Expand Down Expand Up @@ -95,15 +95,6 @@
background-color: var(--secondary);
color: var(--primary);
}

@media only screen and (max-width: 768px) {
main h1 {
margin: 0 0 2rem;
}
}

@media only screen and (min-width: 1500px) {
}
</style>

<?php include('../components/navbar.php'); ?>
Expand Down

0 comments on commit 2fee67e

Please sign in to comment.