Skip to content

Commit

Permalink
Revert "Remove the grid layout"
Browse files Browse the repository at this point in the history
This reverts commit 984b68c.
  • Loading branch information
plexus committed Oct 2, 2024
1 parent 04bfbd4 commit f90dd55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/co/gaiwan/compass/html/sessions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,10 @@
(o/defstyled session-list :section#sessions
[:.sessions
:grid :gap-3
{:grid-template-columns "repeat(1, 1fr)"}]
{: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)"}]]
[:>h2 :mb-4 :mt-7
{:font-size t/--font-size-3}
["&:first-child" :mt-0]
Expand Down

0 comments on commit f90dd55

Please sign in to comment.