Simple CSS tweaks for brave beginners.
For advanced users comfortable with a little code, you can edit CSS directly for more control over styling.
_includes/assets/css/base.css
⚠️ Advanced users only. Editing CSS can break the site layout. Always test your changes.
body {
font-size: 16px; /* Change base font size */
}
.index-row {
padding: 2rem; /* Change row padding */
}