contact section

This commit is contained in:
2025-08-03 15:50:36 -07:00
parent 504944f6ad
commit b643c1eb8f
3 changed files with 45 additions and 3 deletions

View File

@@ -51,15 +51,35 @@
max-width: 512px;
}
h2,
h3 {
margin-top: 16px;
margin-top: 0;
margin-bottom: 0;
}
h2 {
text-align: center;
margin-bottom: 8px;
margin-top: 16px;
}
p {
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 32px;
}
.bullet-img {
height: 14px;
width: 14px;
object-fit: contain;
vertical-align: middle;
margin-right: 8px;
}
#contact-info-container {
min-height: 57px;
max-width: 162.13px;
cursor: pointer;
background: #000000;
}
.centerer {