From 8a477c87e05b8c979eec3f6731a01ec8e192669e Mon Sep 17 00:00:00 2001
From: Elian Doran 
Date: Fri, 26 Sep 2025 22:48:37 +0300
Subject: [PATCH] chore(website): small adjustments to layout
---
 apps/website2/src/index.html | 3 +--
 apps/website2/src/style.css  | 6 ++++--
 2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/apps/website2/src/index.html b/apps/website2/src/index.html
index 66fb349c3..ae65d349f 100644
--- a/apps/website2/src/index.html
+++ b/apps/website2/src/index.html
@@ -172,7 +172,6 @@
                      
                 
             
-              
         
     
 
@@ -204,7 +203,7 @@
                 Depending on usage, the application should be able to handle at least 100.000 notes without an issue. Do note that the sync process can sometimes fail if uploading many large files (> 1 GB per file) since Trilium is meant more as a knowledge base application rather than a file store (like NextCloud, for example).
             
         
-    
+        
 
     
         
diff --git a/apps/website2/src/style.css b/apps/website2/src/style.css
index 399e2a32f..4609bd361 100644
--- a/apps/website2/src/style.css
+++ b/apps/website2/src/style.css
@@ -59,17 +59,19 @@ header nav {
 /* #endregion */
 
 .content-wrapper {
-    max-width: 920px;
+    max-width: 1200px;
     margin: auto;
 }
 
 section {
-    padding: 2em 0;
+    padding: 3em 0;
 }
 
 section h2 {
     text-align: center;
     font-weight: 100;
+    margin-top: 0;
+    margin-bottom: 2em;
 }
 
 section.hero-section {