basic OwnProfile page

This commit is contained in:
2022-12-28 17:06:37 +01:00
parent d1feca9544
commit bb5059a5db
2 changed files with 57 additions and 0 deletions

14
styles/Ja.module.scss Normal file
View File

@@ -0,0 +1,14 @@
.header {
margin: 2rem 0;
display: flex;
flex-direction: row;
align-items: center;
gap: 1rem;
img {
height: 69px;
border-radius: 50%;
}
h1 {
font-size: 2rem;
}
}