diff --git a/templates/base.html.tpl b/templates/base.html.tpl index e26e346..05c2997 100644 --- a/templates/base.html.tpl +++ b/templates/base.html.tpl @@ -34,6 +34,12 @@ word-wrap: break-word; width: 200px; } + + .col-item-large { + margin: 10px; + word-wrap: break-word; + width: 300px; + } diff --git a/templates/home.html.tpl b/templates/home.html.tpl index 5b1ccc7..d0ad628 100644 --- a/templates/home.html.tpl +++ b/templates/home.html.tpl @@ -36,10 +36,10 @@ {{range .Results}} -
{{.Name}}
+
{{.Name}}
-
{{.Description | noDesc}}
+
{{.Description | noDesc}}
{{.Editor}}