Skip to content

Commit ff325d4

Browse files
committed
Fix style code for scrivito p tag under coderdojo japan for more padding
1 parent d30bb44 commit ff325d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/paragraph_widget/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col-3 cover-bg-blue ">
44
<%= scrivito_image_tag widget, :image, class:'image-responsive'%>
55
<%= scrivito_tag :h1, widget, :headline, data: {newlines: false}, class:'cover-text-white' %>
6-
<%= scrivito_tag :p, widget, :text, class:'cover-text-white', style:'padding-bottom:15px;'%>
6+
<%= scrivito_tag :p, widget, :text, class:'cover-text-white', style:'padding-bottom:25px;'%>
77
</div>
88
</div>
99
</div>

0 commit comments

Comments
 (0)