add socials

This commit is contained in:
do butterflies cry? 2026-02-04 01:23:13 +10:00
parent 17cb6a537c
commit f132b754a5
3 changed files with 90 additions and 2 deletions

View file

@ -8,7 +8,7 @@ main {
}
#bg-canvas {
display:block;
display: block;
position: fixed;
inset: 0;
@ -44,3 +44,22 @@ main {
font-family: monospace;
font-size: 1.5em
}
socials-list {
display: flex;
flex-direction: column;
/* justify-content: start; */
align-content: centerr;
align-items: start;
gap: 1ch;
}
socials-item {
}
.icon-social {
height: 2ch;
}