mirror of
https://github.com/bspeice/speice.io
synced 2024-11-14 22:18:10 -05:00
Reclaim some space
This commit is contained in:
parent
ceca877bb5
commit
efd6ea4fe8
@ -43,6 +43,9 @@ const config: Config = {
|
||||
onInlineAuthors: 'warn',
|
||||
onUntruncatedBlogPosts: 'warn',
|
||||
},
|
||||
theme: {
|
||||
customCss: ['./src/css/custom.css']
|
||||
}
|
||||
} satisfies Preset.Options,
|
||||
],
|
||||
],
|
||||
|
10
src/css/custom.css
Normal file
10
src/css/custom.css
Normal file
@ -0,0 +1,10 @@
|
||||
.container {
|
||||
margin: 0 1rem;
|
||||
}
|
||||
.footer__col {
|
||||
margin-bottom: calc(var(--ifm-spacing-vertical))
|
||||
}
|
||||
:root {
|
||||
--ifm-container-width: 1280px;
|
||||
--ifm-footer-padding-vertical: 1rem;
|
||||
}
|
Loading…
Reference in New Issue
Block a user