chore: clean up more styles

This commit is contained in:
Cory Dransfeldt 2024-06-14 16:06:18 -07:00
parent e49c99a3d8
commit 876d2a921f
No known key found for this signature in database
5 changed files with 27 additions and 39 deletions

View file

@ -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);

View file

@ -1,9 +0,0 @@
.four-oh-four-wrapper {
& .image-banner {
margin-bottom: var(--sizing-base);
}
& .page-header {
margin-bottom: var(--sizing-xs);
}
}