2
0
mirror of https://github.com/status-im/MyCrypto.git synced 2025-03-02 19:50:38 +00:00

9 lines
142 B
SCSS
Raw Normal View History

.PageNotFound {
text-align: center;
&-content {
padding: 100px 0;
font-size: 30px;
max-width: 800px;
margin: 0 auto;
}
}