Skip to content

Commit 3b51b0c

Browse files
committed
fix: gap between title and activity in home menu
1 parent 25d4c38 commit 3b51b0c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<h4 class="menu-bar__secondary-dropdown__title"><%= title %></h4>
2-
<div class="menu-bar__secondary-dropdown__metadata">
3-
<% if hashtag.present? %>
2+
<% if hashtag.present? %>
3+
<div class="menu-bar__secondary-dropdown__metadata">
44
<span>
55
<%= icon "twitter-x-line", class: "text-gray fill-current" %>
66
<%= link_to "##{hashtag}", twitter_hashtag_url(hashtag), target: "_blank", class: "text-secondary underline" %>
77
</span>
8-
<% end %>
9-
</div>
8+
</div>
9+
<% end %>

decidim-core/app/packs/stylesheets/decidim/_header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,11 @@ header {
423423
}
424424

425425
&__title {
426-
@apply h4 md:h3;
426+
@apply h4 md:h3 pb-6;
427427
}
428428

429429
&__metadata {
430-
@apply flex items-center text-sm space-x-6 py-8;
430+
@apply flex items-center text-sm space-x-6 pb-6;
431431

432432
> span {
433433
@apply flex items-center space-x-2;

0 commit comments

Comments
 (0)