diff --git a/index.html b/index.html index 875013b7..1900b0ff 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,7 @@ >Discover Tiflex +
@@ -51,5 +52,6 @@ + diff --git a/src/scss/custom/_styles.scss b/src/scss/custom/_styles.scss index 116b807f..f0d57253 100644 --- a/src/scss/custom/_styles.scss +++ b/src/scss/custom/_styles.scss @@ -1 +1,8 @@ // Your custom styles +body { + display: flex; + align-items: center; + justify-content: space-around; + min-height: 100vh; + flex-direction: column; + } \ No newline at end of file