Finish landing

This commit is contained in:
Jorik Schellekens
2020-06-25 00:41:56 +01:00
parent 4b35d635c9
commit 862f57043b
20 changed files with 854 additions and 433 deletions
+8 -5
View File
@@ -17,11 +17,14 @@ limitations under the License.
@import "../color-scheme";
.tile {
background-color: $background;
background-color: $background;
border-radius: 8px;
padding: 1rem;
border-radius: 8px;
padding: 1rem;
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}