Skip to content
Snippets Groups Projects
Commit f4d22005 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix strange top margin with g-5

parent 8d8a554d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
<%
number_of_panels = 0
%>
<div class="row g-5">
<div class="row gx-5">
<% if @website.feature_posts && @posts.any? && can?(:read, Communication::Website::Post) %>
<% number_of_panels += 1 %>
<div class="col-lg-6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment