Display account details

This commit is contained in:
2022-04-04 17:39:23 +02:00
parent a4de6a01af
commit e1eb64f27c
14 changed files with 231 additions and 3 deletions

View File

@ -0,0 +1,14 @@
html {
width: 100%;
height: 100%;
}
body {
display: flex;
flex-direction: row;
height: 100%;
}
.page_body {
padding: 3rem;
}