mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
9 lines
142 B
SCSS
9 lines
142 B
SCSS
|
.PageNotFound {
|
||
|
text-align: center;
|
||
|
&-content {
|
||
|
padding: 100px 0;
|
||
|
font-size: 30px;
|
||
|
max-width: 800px;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
}
|