Skip to content

Commit

Permalink
Merge pull request #45 from farcaller/patch-1
Browse files Browse the repository at this point in the history
Remove the grid layout
  • Loading branch information
humorless authored Sep 22, 2024
2 parents e7bfb81 + 984b68c commit 4d41579
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/co/gaiwan/compass/html/sessions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,7 @@
(o/defstyled session-list :section#sessions
[:.sessions
:grid :gap-3
{:grid-template-columns "repeat(1, 1fr)"}
[:at-media {:min-width "40rem"} {:grid-template-columns "repeat(1, 1fr)"}]
[:at-media {:min-width "60rem"} {:grid-template-columns "repeat(2, 1fr)"}]
#_[:at-media {:min-width "80rem"} {:grid-template-columns "repeat(3, 1fr)"}]]
{:grid-template-columns "repeat(1, 1fr)"}]
[:>h2 :mb-4 :mt-7
{:font-size t/--font-size-3}
["&:first-child" :mt-0]
Expand Down

0 comments on commit 4d41579

Please sign in to comment.