From 3a602c27d5e43b6ec9888cda2f70f403f6e6c4de Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Mon, 21 Oct 2024 21:37:28 +0200 Subject: [PATCH] Clean up result component markup --- assets/css/app.css | 19 +------------------ .../components/result_component.html.heex | 2 -- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 761231d..93d0346 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -25,7 +25,7 @@ .month { display: flex; - justify-content: space-between; + justify-content: center; align-items: center; font-size: 20px; margin-bottom: 20px; @@ -35,23 +35,6 @@ font-weight: 600; margin-left: 10px; } - - .nav { - display: flex; - justify-content: center; - align-items: center; - text-decoration: none; - color: #0a3d62; - width: 40px; - height: 40px; - border-radius: 40px; - transition-duration: .2s; - position: relative; - - &:hover { - background: #eee; - } - } } .days { diff --git a/lib/mihainator_web/live/components/result_component.html.heex b/lib/mihainator_web/live/components/result_component.html.heex index 242b865..f0ebe05 100644 --- a/lib/mihainator_web/live/components/result_component.html.heex +++ b/lib/mihainator_web/live/components/result_component.html.heex @@ -5,11 +5,9 @@ <%= for month <- @months do %>
-
<%= Calendar.strftime(month, "%B") %> <%= month.year %>
-
Mon