404: fix display in RTL #597

This commit is contained in:
Sören Weber 2023-07-27 16:31:50 +02:00
parent 5e71d61c46
commit 9555614ac4
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -21,6 +21,7 @@
text-align: center text-align: center
} }
.notfound #body { .notfound #body {
margin-inline-start: 0;
max-width: 100%; max-width: 100%;
min-width: 100%; min-width: 100%;
width: 100%; width: 100%;
@ -61,7 +62,7 @@
{{- partial "custom-header.html" . }} {{- partial "custom-header.html" . }}
</head> </head>
<body class="mobile-support html notfound" data-url="{{ partial "relLangPrettyUglyURL.hugo" (dict "to" .) }}"> <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> <div id="sidebar-overlay"></div>
<main id="body-inner" class="chapter" tabindex="-1"> <main id="body-inner" class="chapter" tabindex="-1">
<div class="flex-block-wrapper"> <div class="flex-block-wrapper">