Fixed layout of 404 page on mobile.

This commit is contained in:
Greenscreener
2019-07-25 12:28:36 +02:00
parent fa237c11fb
commit a81516a6fc
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -110,4 +110,12 @@ h2 a {
#content {
min-height: 90vh;
}
.logo404 {
font-size: 150px;
}
@include mobile {
.logo404 {
font-size: 95px;
}
}
// /Custom styles