feat: add contact list

This commit is contained in:
2025-12-14 20:46:07 -03:00
parent ccde994797
commit 5f1c3062ab
4 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
.contact-list {
padding: 2rem;
&__container {
max-width: 800px;
margin: 4rem auto 0 auto;
}
}