We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92f2fc commit bfce984Copy full SHA for bfce984
1 file changed
app/views/showcase/websites/_highlight.html.erb
@@ -3,7 +3,7 @@
3
<% @highlighted_websites.each do |website| %>
4
<% cache website do %>
5
<div class="col-md-6 col-xl-4">
6
- <article class="position-relative">
+ <article class="position-relative mb-4">
7
<% if website.screenshot_full_page.attached? %>
8
<div class="media">
9
<%= kamifusen_tag website.screenshot_full_page,
0 commit comments