diff options
author | 153 <x153@live.com> | 2021-06-30 19:44:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 19:44:22 -0700 |
commit | 407d2348df4e73c825ab51fb7da7f89fd379c6d2 (patch) | |
tree | 31a5372927120007a9ce53a2843d984a0ef262c9 /static/top.html | |
parent | 26e38b0e9ac4a9dd2e01312818eba4e84b02f1ca (diff) |
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.
Diffstat (limited to 'static/top.html')
-rw-r--r-- | static/top.html | 2 |
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 }} |