summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/style.css b/style.css
index 10c22d6..b77065c 100644
--- a/style.css
+++ b/style.css
@@ -102,14 +102,15 @@ a { color: var(--accent); }
/* About page */
-.contact-item {
+
+.contact-list {
display: flex;
+ gap: 1rem;
align-items: center;
- gap: 0.75rem;
}
.contactImg {
- width: 3rem;
+ width: 4rem;
height: auto;
}