Skip to content

Commit

Permalink
Remove unneeded classes in processes feed
Browse files Browse the repository at this point in the history
The column class is causing the processes not to be aligned with the
debates above them, and the margin bottom is not needed because the
margin of the footer is already enough.
  • Loading branch information
javierm committed Dec 21, 2020
1 parent b0719c3 commit 8c7cee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/widgets/feeds/processes_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="card small-12 column margin-bottom">
<section class="card">
<header>
<h2 class="title"><%= t("welcome.feed.most_active.#{feed.kind}") %></h2>
</header>
Expand Down

0 comments on commit 8c7cee6

Please sign in to comment.