Skip to content

Commit

Permalink
Merge pull request #127 from PaulJKathmann/fixchat3
Browse files Browse the repository at this point in the history
Fixchat3
  • Loading branch information
PaulJKathmann committed Jul 25, 2019
2 parents 1b274fa + 668dad4 commit 740d2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/matches/show.html.erb
@@ -1,5 +1,5 @@
<%= render 'shared/navbar_message', locals: {event: @match.event} %>
<div style="min-height: 80vh; width: 100vw; background:<%=@match.event.primary_color%>;filter: brightness(115%); position: fixed">
<div style="height: 80vh; width: 100vw; background:<%=@match.event.primary_color%>;filter: brightness(115%); position: fixed">
<div>
<div class="text-center" style ="padding-top: 16px; background-color: rgba(255,255,255, 0.2); padding-bottom: 6px">
<h7>A match from <%=@match.event.name%></h7>
Expand Down

0 comments on commit 740d2d4

Please sign in to comment.