404 page ui

This commit is contained in:
Courier
2025-11-22 23:04:51 +04:00
parent 33e7db5642
commit 7445966a61
2 changed files with 23 additions and 4 deletions
+17 -1
View File
@@ -44,4 +44,20 @@ body
margin: 0 auto;
.error-page__link
text-decoration: underline;
text-decoration: underline;
.error-page__button
display: flex;
align-items: center;
justify-content: center;
width: 100%;
.error-page__text
margin-top: 12px;
.error-page__button-container
position: absolute;
bottom: 16px;
width: calc(100% - 32px)
max-width: 450px;