From 407d2348df4e73c825ab51fb7da7f89fd379c6d2 Mon Sep 17 00:00:00 2001
From: 153 <x153@live.com>
Date: Wed, 30 Jun 2021 19:44:22 -0700
Subject: Changed "top.html" width of board title

When the width of that div is only 400px, surprise! Your board title can only be one or two words before it breaks.
I do think having line breaks is sensible, so I widened it.
---
 static/top.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'static')

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 }}
-- 
cgit v1.2.3