summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorR-man3000 <rasmus.luha@gmail.com>2026-06-12 23:50:08 +0300
committerR-man3000 <rasmus.luha@gmail.com>2026-06-12 23:50:08 +0300
commit7f0745bedb68e12fd2216f8e5329adca773c2e5b (patch)
tree6ff1649b7017815de2819f5e11d27cb1f532a944 /style.css
parent30a19112216e12d19459474f7308ec57cd8aaf9d (diff)
update about page with some logos and linksHEADmaster
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;
}