contact us

This commit is contained in:
2025-05-21 08:34:32 -07:00
parent b8b2f4d0f6
commit c4bd4b60b5
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
.contact {
margin: 4rem 0;
.contact-page-links {
list-style-type: none;
padding: 0;
margin: 0;
a {
color: $c-textGrey;
}
}
}