✨ Edit profile page
This commit is contained in:
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user