mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
404 fix, without the yarn.lock
This commit is contained in:
parent
5da52521e1
commit
af180259b8
1 changed files with 11 additions and 6 deletions
|
|
@ -1,21 +1,26 @@
|
|||
@import '../../marketplace.css';
|
||||
|
||||
/* 404 page */
|
||||
|
||||
.root {
|
||||
/* Expand to the available space */
|
||||
flex-grow: 1;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 24px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.content {
|
||||
max-width: 587px;
|
||||
width: 80%;
|
||||
margin-top: 60px;
|
||||
margin-bottom: 60px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 10vh;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.number {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue