3470ea17d5
Previously, the max width of the `file-not-found` page was limited to 50rem (800px by default). This allowed little space for showing potentially helpful search results, which are shown in columns). This commit increases the max width of the `file-not-found` page to 84rem (1344px by default) to allow search results to be visible without requiring scrolling. This will not negatively affect UX, because the page uses a multi-column layout and therefore there will rarely be long lines of text to scan. PR Close #41275
11 lines
420 B
Markdown
11 lines
420 B
Markdown
<div class="center-layout-wide">
|
|
<div class="nf-container l-flex-wrap flex-center">
|
|
<img src="assets/images/support/angular-404.svg" width="300" height="300"/>
|
|
<div class="nf-response l-flex-wrap">
|
|
<h1 class="no-anchor no-toc">Page Not Found</h1>
|
|
<p>We're sorry. The page you are looking for cannot be found.</p>
|
|
</div>
|
|
</div>
|
|
<aio-file-not-found-search></aio-file-not-found-search>
|
|
</div>
|