This commit is contained in:
Daniel Kluge
2021-12-16 01:03:54 +01:00
parent ec595650fd
commit 2403816461
7 changed files with 56 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
.container {
display: flex;
flex-direction: column;
height: 100vh;
margin: 0;
padding: 10px;
}