Fix some stuff
All checks were successful
continuous-integration/drone/push Build is passing

- Error page now displaying (+ removed globe, more space between content and footer)
- Manipulate data if existing
This commit is contained in:
2020-04-14 22:23:01 +02:00
parent 2ef3ad838c
commit aeb4196918
4 changed files with 28 additions and 17 deletions

View File

@@ -1,5 +1,9 @@
.page {
overflow-x: hidden;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
// Page part
&__part {