summaryrefslogtreecommitdiff
path: root/lib/lsg_web/templates/page/user.html.eex
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/lsg_web/templates/page/user.html.eex2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lsg_web/templates/page/user.html.eex b/lib/lsg_web/templates/page/user.html.eex
index 8a043a0..56fc485 100644
--- a/lib/lsg_web/templates/page/user.html.eex
+++ b/lib/lsg_web/templates/page/user.html.eex
@@ -1,3 +1,4 @@
+<div class="prose prose-lg">
<ul>
<li><%= link("Help", to: "/-") %></li>
</ul>
@@ -36,3 +37,4 @@
<li><%= net %>: <%= to_string(predicate) %>, <%= v %></li>
<% end %>
</ul>
+</div>