error page requesting a tutorial that does not (longer) exist

This commit is contained in:
Delucse
2020-09-02 11:43:17 +02:00
parent bcc4c35c9e
commit ccf901d20b
10 changed files with 78 additions and 21 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
.wrapper {
min-height: 100vh; /* will cover the 100% of viewport */
min-height: calc(100vh - 60px); /* will cover the 100% of viewport - height of footer (padding-bottom) */
overflow: hidden;
display: block;
position: relative;