diff options
-rw-r--r-- | views/pages/gril.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/gril.html b/views/pages/gril.html index 69d7fcd..b2a00a6 100644 --- a/views/pages/gril.html +++ b/views/pages/gril.html | |||
@@ -78,7 +78,7 @@ | |||
78 | <h1>Ähnliche Grils</h1> | 78 | <h1>Ähnliche Grils</h1> |
79 | <div class="row"> | 79 | <div class="row"> |
80 | {{ range .SimilarGrils }} | 80 | {{ range .SimilarGrils }} |
81 | <div class="col s3"> | 81 | <div class="col s6 m4 l3"> |
82 | {{ template "card_gril" . }} | 82 | {{ template "card_gril" . }} |
83 | </div> | 83 | </div> |
84 | {{ end }} | 84 | {{ end }} |