Skip to content

Commit

Permalink
event-banner: fixed color
Browse files Browse the repository at this point in the history
  • Loading branch information
draxaris1010 committed Nov 8, 2024
1 parent c612195 commit e79b3b0
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 e79b3b0

Please sign in to comment.