diff options
author | FChannel0 <77419041+FChannel0@users.noreply.github.com> | 2021-07-01 03:18:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 03:18:55 +0000 |
commit | feafbc005cade181f274880492d2f7874f8cb834 (patch) | |
tree | 401f12661210548a1356eb95b96d7c793e6d6f53 /static/top.html | |
parent | 0e8ee1616fdd4a0ffcdd36cf135b34ea23979bb4 (diff) | |
parent | 407d2348df4e73c825ab51fb7da7f89fd379c6d2 (diff) |
Merge pull request #24 from 153/patch-1
Changed "top.html" width of board title
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 }} |