Skip to content

Commit dc45b5a

Browse files
committed
Add correction to the padding
1 parent a729361 commit dc45b5a

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
@@ -4,7 +4,7 @@
44
<div class="col-3">
55
<%= scrivito_image_tag widget,:image , class:'image-responsive center-block'%>
66
<%= scrivito_tag :h1, widget, :headline, data: {newlines: false}, class:'center-block cover-text-white' %>
7-
<div style="margin-top:15px;padding-bottom:15px;">
7+
<div style="padding-bottom:15px;">
88
<%= scrivito_tag :p, widget, :text, class:'center-block cover-text-white'%>
99
</div>
1010
</div>

0 commit comments

Comments
 (0)