mirror of
https://github.com/bspeice/speice.io
synced 2025-07-02 22:34:56 -04:00
Reclaim some space
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user