chore: clean up more styles
This commit is contained in:
parent
e49c99a3d8
commit
876d2a921f
5 changed files with 27 additions and 39 deletions
|
@ -14,7 +14,6 @@
|
|||
@import url('./plugins/prism.css') layer(plugins);
|
||||
|
||||
/* page styles */
|
||||
@import url('./pages/404.css') layer(page);
|
||||
@import url('./pages/about.css') layer(page);
|
||||
@import url('./pages/books.css') layer(page);
|
||||
@import url('./pages/blogroll.css') layer(page);
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
.four-oh-four-wrapper {
|
||||
& .image-banner {
|
||||
margin-bottom: var(--sizing-base);
|
||||
}
|
||||
|
||||
& .page-header {
|
||||
margin-bottom: var(--sizing-xs);
|
||||
}
|
||||
}
|
Reference in a new issue