Skip to content

Commit

Permalink
Just 6 columns on #12in23
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Jul 31, 2023
1 parent 706f38c commit a289984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/challenges/12in23.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
).
- tracks = Track.where(slug: %w[abap coffeescript dart delphi elm java javascript kotlin objective-c php purescript reasonml swift typescript])
.grid.grid-cols-8.gap-12.mb-32
.grid.grid-cols-6.gap-12.mb-32
- tracks.each do |track|
= link_to track, class: 'rounded-12 shadow-base hover:shadow-baseZ1 bg-backgroundColorA flex flex-col p-12 text-center relative' do
- if track.course?
Expand Down

0 comments on commit a289984

Please sign in to comment.