aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/top.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/top.html b/static/top.html
index e55ce89..ee81be1 100644
--- a/static/top.html
+++ b/static/top.html
@@ -1,5 +1,5 @@
{{ define "top" }}
-<div style="margin: 0 auto; width: 400px; margin-bottom: 100px;">
+<div style="margin: 0 auto; width: 700px; margin-bottom: 100px;">
<h1 style="text-align: center; color: #af0a0f;">/{{ .Board.Name }}/ - {{ .Board.PrefName }}</h1>
<p style="text-align: center;">{{ .Board.Summary }}</p>
{{ $len := len .Posts }}