Add logo component and social links

This commit is contained in:
Gabe Kangas
2022-05-16 21:44:09 -07:00
parent a1c06ec9de
commit 528ae4c1ad
39 changed files with 104 additions and 35 deletions

View File

@@ -0,0 +1,9 @@
.logo {
width: 120px;
border-radius: 50%;
border-width: 3px;
border-style: solid;
border-color: var(--theme-primary-color);
background-color: var(--theme-background-secondary);
padding: 3px;
}