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

View File

@ -110,4 +110,12 @@ h2 a {
#content { #content {
min-height: 90vh; min-height: 90vh;
} }
.logo404 {
font-size: 150px;
}
@include mobile {
.logo404 {
font-size: 95px;
}
}
// /Custom styles // /Custom styles

View File

@ -5,6 +5,6 @@
<h3>Wut? The page you were looking for is not here. Either you can't type or we can't code. Or both.</h3> <h3>Wut? The page you were looking for is not here. Either you can't type or we can't code. Or both.</h3>
</div> </div>
<br> <br>
<patek-logo style="font-size: 150px" title="404"></patek-logo> <patek-logo class="logo404" title="404"></patek-logo>
</div> </div>
{{ end }} {{ end }}