8 lines
74 B
SCSS
8 lines
74 B
SCSS
|
.not-found-page {
|
||
|
padding: 1rem;
|
||
|
|
||
|
h1 {
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
}
|