Closed theloganlab closed 2 years ago
@theloganlab You can override the theme's styles by adding your own CSS rules to static/css/custom.css
. For example, to widen the whole page:
.page {
max-width: 80rem; /* Default: 64rem. 1rem = 16px */
}
Or to narrow the sidebar (the main content area always fills the rest of the available space):
.page {
grid-template-columns: minmax(0, 1fr) 10rem; /* Default: minmax(0, 1fr) 15rem */
}
i need some help i don't know what config file does this