feat: style the billing page

This commit is contained in:
Ahmed Bouhuolia
2024-07-27 21:47:17 +02:00
parent 7720b1cc34
commit 383be111fa
7 changed files with 188 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
.root {
display: flex;
flex-direction: column;
padding: 32px 40px;
min-width: 800px;
max-width: 900px;
width: 75%;
}