diff options
author | jan <jan@ruken.pw> | 2015-12-29 01:02:01 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-29 01:02:01 (UTC) |
commit | 0921b37a8b3f7f97128ae447b75cffeb1d4d22dc (patch) | |
tree | cf4d5d3223858ca3fafdfa9416ed2f722b7e10c3 /views | |
parent | f92f312cd3ebfacd2302b852e9097796ffa813af (diff) |
bild zentrieren
Diffstat (limited to 'views')
-rw-r--r-- | views/gril.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/gril.html b/views/gril.html index 7983aa1..b012522 100644 --- a/views/gril.html +++ b/views/gril.html | |||
@@ -11,8 +11,8 @@ | |||
11 | {{ template "navbar" . }} | 11 | {{ template "navbar" . }} |
12 | <div class="container"> | 12 | <div class="container"> |
13 | <h1>{{ $gril.RomajiName }}<small>{{ $gril.KanjiName }}</small></h1> | 13 | <h1>{{ $gril.RomajiName }}<small>{{ $gril.KanjiName }}</small></h1> |
14 | <div class="row"> | 14 | <div class="row center-align"> |
15 | <img class="center-align" src="{{ .imagePath }}" /> | 15 | <img src="{{ .imagePath }}" /> |
16 | </div> | 16 | </div> |
17 | {{ range $tag := $gril.Tags }} | 17 | {{ range $tag := $gril.Tags }} |
18 | <div class="chip"> | 18 | <div class="chip"> |