aboutsummaryrefslogtreecommitdiff
path: root/processors/preferences.go
diff options
context:
space:
mode:
Diffstat (limited to 'processors/preferences.go')
-rw-r--r--processors/preferences.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/processors/preferences.go b/processors/preferences.go
index a74d1e5..21b7c16 100644
--- a/processors/preferences.go
+++ b/processors/preferences.go
@@ -10,7 +10,7 @@ import (
func PreferencesContextProcessor(context *fiber.Ctx) error {
defaultPreferences := config.SitePreferences{
- SidebarWidth: "180px",
+ SidebarWidth: "220px",
MainContentWidth: "1200px",
H1FontSize: "16px",
BodyFontSize: "13px",