Add required level

This commit is contained in:
Melvin Valster
2019-07-29 21:39:41 +02:00
parent 4797964767
commit c176d13a7e
5 changed files with 34 additions and 6 deletions
+4 -1
View File
@@ -26,6 +26,7 @@ a {
.yellow { color: $color-yellow; }
.green { color: $quality-2; }
.subtle { color: $quality-0; }
.tight {
margin-bottom: 0;
@@ -35,6 +36,8 @@ a {
}
}
.App {
min-height: 100vh;
}
@@ -46,7 +49,7 @@ main {
}
.container {
max-width: 900px;
max-width: 1000px;
margin: 0 auto;
padding: 0 1em;
}