yangchaojie il y a 2 jours
Parent
commit
4723934701
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      templates/_common/base.html
  2. 1 1
      templates/blog.html

+ 1 - 1
templates/_common/base.html

@@ -61,7 +61,7 @@
         /* 主容器:限制最大宽度并居中 */
         .ui.grid.stackable.container {
             max-width: var(--max-width);
-            margin: 2rem auto;
+            margin: 1rem auto;
             padding: 0 1rem;
         }
 

+ 1 - 1
templates/blog.html

@@ -68,7 +68,7 @@
         /* 主容器:限制最大宽度并居中 */
         .ui.grid.stackable.container {
             max-width: var(--max-width);
-            margin: 2rem auto;
+            margin: 1rem auto;
             padding: 0 1rem;
         }