Edit profile page

This commit is contained in:
2024-09-13 19:09:51 +02:00
parent 3b90f9acd2
commit 172208a978
16 changed files with 414 additions and 100 deletions
+3 -2
View File
@@ -8,13 +8,14 @@
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
user-select: none;
}
body {
--navSize: 60px;
position: relative;
display: grid;
grid-template-rows: calc(100svh - var(--navSize)) var(--navSize);
display: flex;
flex-direction: column;
width: 100svw;
height: 100svh;
background-color: #d94253;