Initail_Commit

This commit is contained in:
2024-10-20 21:56:52 +02:00
commit ec47039eae
191 changed files with 21402 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
.avatar {
position: relative;
margin-left: calc(-1 * var(--static-space-8));
&:first-child {
margin-left: 0;
}
}