Skip to content

Commit

Permalink
Removes double main tag by changing session list tag to section
Browse files Browse the repository at this point in the history
  • Loading branch information
MTrost committed Jul 26, 2024
1 parent 4783d67 commit 74c7fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/co/gaiwan/compass/html/sessions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
#_[:p.host "Organized by " organized]
#_[:p (pr-str session)]]]))

(o/defstyled session-list :main#sessions
(o/defstyled session-list :section#sessions
:grid :gap-3
{:grid-template-columns "repeat(1, 1fr)"}
[:at-media {:min-width "40rem"} {:grid-template-columns "repeat(2, 1fr)"}]
Expand Down

0 comments on commit 74c7fb9

Please sign in to comment.