Im gleichen Verzeichnis wie die config.yml eine neue CSS custom.css
Datei anlegen:
@charset "UTF-8";
.container {
max-width: 95% !important; // Adjust the "95%" as you wish
}
Danach diese in der config.yml
einbinden:
stylesheet:
- "assets/custom.css"