First full release

This commit is contained in:
Luka Romih
2023-03-10 12:50:23 +01:00
parent 257f3c354f
commit 9867875ef2
285 changed files with 10980 additions and 4692 deletions
@@ -41,7 +41,15 @@ body {
font-weight: 400;
color: #46535b;
text-decoration: none;
display: block;
// display: block;
display: flex;
align-items: center;
// gap: 0.5rem;
> * {
padding: 0;
margin: 0;
}
}
a:visited {