mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Merge pull request #3812 from felixrieseberg/iss3810-404
Center default user-error (404, etc.)
This commit is contained in:
commit
b92f201f08
1 changed files with 30 additions and 28 deletions
|
@ -21,6 +21,7 @@
|
|||
</head>
|
||||
<body class="{{bodyClass}}">
|
||||
<main role="main" id="main">
|
||||
<div id="container">
|
||||
<section class="error-content error-404 js-error-container">
|
||||
<section class="error-details">
|
||||
<figure class="error-image">
|
||||
|
@ -51,6 +52,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
{{/if}}
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue