File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<div class="status-page-error">
6
6
<div class="status-page-error-title">404 Not Found</div>
7
7
<div class="tw-text-center">
8
- <div>{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404"}}{{end}}</div>
8
+ <div class="tw-my-4" >{{if .NotFoundPrompt}}{{.NotFoundPrompt}}{{else}}{{ctx.Locale.Tr "error404"}}{{end}}</div>
9
9
{{if .NotFoundGoBackURL}}
10
10
<a class="tw-block tw-my-4" href="{{.NotFoundGoBackURL}}">{{ctx.Locale.Tr "go_back"}}</a>
11
11
{{end}}
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ img.ui.avatar,
483
483
484
484
.status-page-error-title {
485
485
font-size : 48px ;
486
- margin-bottom : 24 px ;
486
+ margin-bottom : 14 px ; /* some elements below may use tw-my-4 or tw-my-8, so use 14px as a minimal margin */
487
487
line-height : initial;
488
488
text-align : center;
489
489
font-weight : var (--font-weight-bold );
You can’t perform that action at this time.
0 commit comments