This commit is contained in:
Sebastian Seedorf
2022-08-18 17:27:32 +02:00
parent b88ae9ceaa
commit fdf0902d93
10 changed files with 62 additions and 33 deletions

View File

@@ -0,0 +1,10 @@
.container {
width: 100vw;
height: 100vh;
}
.inner {
width: fit-content;
height: fit-content;
padding: 2em;
}