mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
404: fix display in RTL #597
This commit is contained in:
parent
5e71d61c46
commit
9555614ac4
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
text-align: center
|
||||
}
|
||||
.notfound #body {
|
||||
margin-inline-start: 0;
|
||||
max-width: 100%;
|
||||
min-width: 100%;
|
||||
width: 100%;
|
||||
|
@ -61,7 +62,7 @@
|
|||
{{- partial "custom-header.html" . }}
|
||||
</head>
|
||||
<body class="mobile-support html notfound" data-url="{{ partial "relLangPrettyUglyURL.hugo" (dict "to" .) }}">
|
||||
<div id="body" class="default-animation" style="margin-left: 0;">
|
||||
<div id="body" class="default-animation">
|
||||
<div id="sidebar-overlay"></div>
|
||||
<main id="body-inner" class="chapter" tabindex="-1">
|
||||
<div class="flex-block-wrapper">
|
||||
|
|
Loading…
Reference in a new issue