-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
404 page would be better if it were in the content center
Dell Inspiron 14
- Brave [Chromium - 117.0.5938.92]
- Windows 11
Modification
Currently
in a class called .page
{
display: flex;
flex-direction: column;
position: relative;
min-height: 100%;
}
That is why when going to 404, 500 page it appears in content top in mobile responsive. It would be great if it appeared in the content center.
When there is no content on the page, you can create .error-page instead of .page class
{
display: flex;
position: relative;
min-height: 100%;
}
Only you need to add.
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain this problem.




Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
