Skip to content

Commit

Permalink
fix: add smaller gap to clients and center, remove negative margin fo…
Browse files Browse the repository at this point in the history
…r tiles module (#193)
  • Loading branch information
CptCompiler authored Aug 9, 2024
1 parent de270f1 commit efbcb82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/css/modules.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
margin-top: calc(var(--space-md) - var(--space-2xl));
}

[data-module='section_header'] + [data-module='tiles'] {
/* [data-module='section_header'] + [data-module='tiles'] {
margin-top: calc(var(--space-md) - var(--space-2xl));
}
} */
2 changes: 1 addition & 1 deletion resources/views/modules/client_list.antlers.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="container">
{{ partial:grid }}
<div
class="col-span-full flex flex-wrap gap-20 rounded-md border border-zinc-800 bg-black-gradient p-6 lg:p-8 xl:col-span-8 xl:col-start-5 xl:p-12"
class="col-span-full flex flex-wrap justify-center gap-10 rounded-md border border-zinc-800 bg-black-gradient p-6 md:gap-20 lg:p-8 xl:col-span-8 xl:col-start-5 xl:p-12"
>
{{ collection:clients }}
<div class="flex aspect-square w-16 items-center justify-center">
Expand Down

0 comments on commit efbcb82

Please sign in to comment.