Skip to content

Commit

Permalink
Display of previous match and next match on the home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ger619 committed Apr 23, 2024
1 parent 0fdf309 commit 808b8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/home/_schedule.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div class="bg-black text-white px-4 py-8">
<div class="flex flex-col md:flex-row justify-between ">
<div class="grid grid-flow-col auto-cols-max justify-evenly">

<!-- Match Schedule -->
<% @opponent2.limit(1).each do |opp| %>
Expand Down Expand Up @@ -40,7 +40,7 @@
<!-- Scores -->
<% @opponent1.limit(1).each do |opp| %>
<div class="md:border-r flex flex-col gap-2 md:border-[#FAE115]">
<p class="text-center uppercase">Next Match</p>
<p class="text-left uppercase">Next Match</p>
<div class="flex gap-3 mt-8 items-center ">
<div class="flex ml-4 mr-12 flex-col ">
<%= image_tag "msealslogo.png" , alt: "M-seals logo"%>
Expand Down

0 comments on commit 808b8d0

Please sign in to comment.