Merge pull request #10915 from peterzimon/update-default-404
Update default 404 page
This commit is contained in:
commit
1a25d0e259
@ -777,6 +777,7 @@ h2 {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
user-select: text;
|
||||
padding: 8vw;
|
||||
}
|
||||
|
||||
.error-details {
|
||||
@ -798,9 +799,11 @@ h2 {
|
||||
|
||||
.error-code {
|
||||
margin: 0;
|
||||
color: #979797;
|
||||
font-size: 7.8rem;
|
||||
color: #C5D2D9;
|
||||
font-size: 10vw;
|
||||
font-weight: 600;
|
||||
line-height: 0.9em;
|
||||
letter-spacing: -0.4vw;
|
||||
}
|
||||
|
||||
|
||||
@ -808,21 +811,23 @@ h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
color: #979797;
|
||||
font-size: 1.9rem;
|
||||
color: #54666D;
|
||||
font-size: 2.3rem;
|
||||
font-weight: 300;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.error-message {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 15px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.error-message a {
|
||||
margin-top: 5px;
|
||||
font-size: 1.4rem;
|
||||
line-height: 1;
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
.error-link {
|
||||
|
@ -25,10 +25,6 @@
|
||||
<div class="gh-view">
|
||||
<section class="error-content error-404 js-error-container">
|
||||
<section class="error-details">
|
||||
<img
|
||||
class="error-ghost"
|
||||
src="{{asset "public/404-ghost@2x.png"}}"
|
||||
srcset="{{asset "public/404-ghost.png"}} 1x, {{asset "public/404-ghost@2x.png"}} 2x"/>
|
||||
<section class="error-message">
|
||||
<h1 class="error-code">{{statusCode}}</h1>
|
||||
<h2 class="error-description">{{message}}</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user