🐞 feat: Add contact information section to footer with address, email, and phone icons
Deploy to Dreamhost (dev) / build (push) Successful in 30s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-21 15:12:03 -05:00
parent f64f6e24a3
commit f3c97efcd7
7 changed files with 75 additions and 11 deletions
+8 -7
View File
@@ -52,19 +52,20 @@ Lineicons regular icon font
.circular-icon {
@apply box-content bg-secondary rounded-full text-white flex justify-center items-center;
--size: 2rem;
--size: 1.5rem;
height: var(--size);
text-align: center;
width: var(--size);
i {
display: inline-block;
height: var(--size);
align-items: center;
display: flex;
height: 100%;
justify-content: center;
line-height: 1;
margin-top: 0.5rem;
text-align: center;
vertical-align: middle;
width: var(--size);
margin: 0;
padding: 0;
width: 100%;
}
&i::before, span { line-height: var(--size) !important; }