Fixed layout of 404 page on mobile.
This commit is contained in:
@@ -110,4 +110,12 @@ h2 a {
|
||||
#content {
|
||||
min-height: 90vh;
|
||||
}
|
||||
.logo404 {
|
||||
font-size: 150px;
|
||||
}
|
||||
@include mobile {
|
||||
.logo404 {
|
||||
font-size: 95px;
|
||||
}
|
||||
}
|
||||
// /Custom styles
|
||||
Reference in New Issue
Block a user