Skip to content

Commit 5018909

Browse files
committed
fix: gap between title and activity in home menu
1 parent 04bf0da commit 5018909

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
@@ -425,11 +425,11 @@ header {
425425
}
426426

427427
&__title {
428-
@apply h4 md:h3;
428+
@apply h4 md:h3 pb-6;
429429
}
430430

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

434434
> span {
435435
@apply flex items-center space-x-2;

0 commit comments

Comments
 (0)