Skip to content

Commit

Permalink
Merge pull request #153 from TelosLabs/agenda-fixes
Browse files Browse the repository at this point in the history
Agenda small fixes
  • Loading branch information
LuigiR0jas committed Aug 29, 2024
2 parents d844219 + 93d26c5 commit 9c20cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/schedules/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="flex flex-col items-center h-full bg-grey-50">
<div class="flex flex-col items-center w-full h-full max-w-screen-md px-5">
<div class="sticky top-[79px] z-20 flex flex-col items-center w-full pt-10 bg-grey-50">
<div class="sticky top-[79px] z-30 flex flex-col items-center w-full pt-10 bg-grey-50">
<div class="flex w-full mb-4">
<h1 class="text-4xl italic font-black text-gray-800">My Schedule</h1>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/sessions/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="flex flex-col items-center h-full bg-grey-50">
<div class="flex flex-col items-center w-full h-full max-w-screen-md px-5">
<div class="sticky top-[79px] z-20 flex flex-col items-center w-full pt-10 bg-grey-50">
<div class="sticky top-[79px] z-30 flex flex-col items-center w-full pt-10 bg-grey-50">
<div class="flex w-full mb-4">
<h1 class="text-4xl italic font-black text-gray-800">Agenda</h1>
</div>
Expand Down

0 comments on commit 9c20cbb

Please sign in to comment.