404 page init
This commit is contained in:
+10
-10
@@ -40,23 +40,23 @@ body
|
|||||||
flex: 1
|
flex: 1
|
||||||
|
|
||||||
.app-container
|
.app-container
|
||||||
max-width: 1200px;
|
max-width: 1200px
|
||||||
margin: 0 auto;
|
margin: 0 auto
|
||||||
|
|
||||||
.error-page__link
|
.error-page__link
|
||||||
text-decoration: underline;
|
text-decoration: underline
|
||||||
|
|
||||||
.error-page__button
|
.error-page__button
|
||||||
display: flex;
|
display: flex
|
||||||
align-items: center;
|
align-items: center
|
||||||
justify-content: center;
|
justify-content: center
|
||||||
width: 100%;
|
width: 100%
|
||||||
|
|
||||||
|
|
||||||
.error-page__text
|
.error-page__text
|
||||||
margin-top: 12px;
|
margin-top: 12px
|
||||||
|
|
||||||
.error-page__button-container
|
.error-page__button-container
|
||||||
position: absolute;
|
position: absolute
|
||||||
bottom: 16px;
|
bottom: 16px
|
||||||
width: calc(100% - 32px)
|
width: calc(100% - 32px)
|
||||||
Reference in New Issue
Block a user