Skip to content

Commit

Permalink
adjusting layout for 2 cards per row
Browse files Browse the repository at this point in the history
  • Loading branch information
interurban committed Jan 7, 2025
1 parent c75d356 commit 4753231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/docs/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2 id="{{ anchorize .heading }}">{{ .heading }}</h2>

<div class="tiles flex-wrap justify-left items-stretch mt-4">
{{ range .cards }}
<div class="pb-4 md:pr-4 md:w-1/3">
<div class="pb-4 md:pr-4 md:w-1/2">
<div class="tile h-full">
<div class="block rounded shadow border border-gray-300 p-3 h-full flex flex-col">
<a href="{{ .link }}">
Expand Down

0 comments on commit 4753231

Please sign in to comment.