Skip to content

Commit 1850009

Browse files
adds padding to rules div
1 parent b553c12 commit 1850009

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/reddit_web/templates/community/show.html.eex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@
6666
<p>1 member</p>
6767
</div>
6868

69-
<small>
70-
<p><%= text_to_html(@community.rules) %></p>
71-
</small>
69+
<div class="p-3">
70+
<small>
71+
<p><%= text_to_html(@community.rules) %></p>
72+
</small>
73+
</div>
7274
</div>
7375
</div>
7476

0 commit comments

Comments
 (0)