Skip to content

Commit

Permalink
feat: archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mussida committed Oct 21, 2024
1 parent 1dbf718 commit 074d750
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/pages/archive/archive.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<div
class="mt-12 relative h-full flex flex-col text-gray-300 w-full text-xs p-6"
>
<div class="w-full">
<div class="w-full md:block hidden">
<div class="bg-green-700 h-4 w-full"></div>
<div class="w-full flex justify-between">
<div></div>
<div class="min-w-44"></div>
<div class="flex gap-4">
<button
class="bg-green-700 p-2 flex justify-between items-center min-w-64"
class="bg-green-700 p-1 px-2 flex justify-between items-center min-w-64"
>
<div>BEAR</div>
<div>
Expand All @@ -29,7 +29,7 @@
</div>
</button>
<button
class="bg-green-700 p-2 gap-2 flex justify-between items-center"
class="bg-green-700 p-1 px-2 gap-2 flex justify-between items-center"
>
<div>2021-08</div>
<div>
Expand All @@ -51,7 +51,7 @@
</button>
</div>
<div class="flex gap-4">
<button class="bg-green-700 p-2 flex justify-between items-center min-w-24">
<button class="bg-green-700 p-1 px-2 flex justify-between items-center min-w-24">
<div>14°C</div>
<div>
<svg
Expand All @@ -70,7 +70,7 @@
</svg>
</div>
</button>
<button class="bg-green-700 p-2 flex justify-between items-center min-w-24">
<button class="bg-green-700 p-1 px-2 flex justify-between items-center min-w-24">
<div>O</div>
<div>
<svg
Expand Down

0 comments on commit 074d750

Please sign in to comment.