浏览代码

Pages: Increased page width

Paul-Louis Ageneau 3 年之前
父节点
当前提交
39eccfbe20
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/theme/static/css/main.css

+ 2 - 1
pages/theme/static/css/main.css

@@ -68,7 +68,7 @@ a {
 	margin-right: 0.5em;
 }
 .page {
-  max-width: 64em;
+  max-width: 70em;
   margin: auto;
   text-align: center;
   line-height: 1.5;
@@ -271,6 +271,7 @@ img.emoji {
 }
 
 .sponsor {
+	clear: both;
 	text-align: center;
 	margin: 0.25em;
 }