feat: social menu (#401)

This commit is contained in:
Jimmy Cai
2021-10-23 11:58:55 +02:00
committed by GitHub
parent 7c59ac7713
commit 661e59b85d
5 changed files with 60 additions and 0 deletions
+15
View File
@@ -201,3 +201,18 @@
}
}
}
.social-menu {
list-style: none;
padding: 0%;
display: flex;
flex-direction: row;
gap: 10px;
svg {
width: 24px;
height: 24px;
stroke: var(--body-text-color);
stroke-width: 1.33;
}
}