Fixed layout of 404 page on mobile.
This commit is contained in:
parent
fa237c11fb
commit
a81516a6fc
@ -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
|
@ -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 }}
|
Loading…
Reference in New Issue
Block a user