remove row gap between social buttons

This commit is contained in:
elise
2024-08-10 17:02:32 +02:00
parent fb765bd5f1
commit 8fec593300

View File

@ -161,7 +161,7 @@
ul { ul {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: .5rem; column-gap: .5rem;
} }
} }
.emails { .emails {