Basic layout

This commit is contained in:
Jorik Schellekens
2020-06-04 14:35:07 +01:00
parent b9310c0a21
commit 170c75144d
8 changed files with 1143 additions and 1127 deletions
+11
View File
@@ -0,0 +1,11 @@
.singleColumnLayout {
height: 100%;
padding: 0 1em;
margin: 0 auto;
max-width: 550px;
display: flex;
flex-direction: column;
}