From fd13846a5bb4bb40e3192e7416764ce7be3e83e1 Mon Sep 17 00:00:00 2001 From: Courier Date: Sat, 22 Nov 2025 23:13:25 +0400 Subject: [PATCH] 404 page init --- src/style/app.sass | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/style/app.sass b/src/style/app.sass index cc77d3f..6fb3a28 100644 --- a/src/style/app.sass +++ b/src/style/app.sass @@ -40,23 +40,23 @@ body flex: 1 .app-container - max-width: 1200px; - margin: 0 auto; + max-width: 1200px + 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%; + display: flex + align-items: center + justify-content: center + width: 100% .error-page__text - margin-top: 12px; + margin-top: 12px .error-page__button-container - position: absolute; - bottom: 16px; + position: absolute + bottom: 16px width: calc(100% - 32px) \ No newline at end of file