Skip to content

Commit

Permalink
Merge pull request #675 from ZeusWPI/event-banner-color
Browse files Browse the repository at this point in the history
event-banner: fixed color
  • Loading branch information
hannes-dev authored Nov 8, 2024
2 parents c612195 + e79b3b0 commit 66daa0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/banner.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<% if item[:header_text_background_color] %>
style="background-color: <%= item[:header_text_background_color] %>"
<% end %>>
<p class="title is-1-responsive event-title">
<p class="is-1-responsive event-title">
<b property="name">
<%= item[:title] %>
</b>
Expand All @@ -62,7 +62,7 @@
<% end %>
</span>
</p>
<p class="subtitle is-3-responsive" property="description">
<p class="is-3-responsive" property="description">
<%= item[:description] %>
</p>
<ul class="fa-ul is-4-responsive">
Expand Down

0 comments on commit 66daa0f

Please sign in to comment.