Skip to content

Commit

Permalink
fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvlpr committed Sep 4, 2024
1 parent 50ccccb commit abc4ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/blog/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ If not, see <https://www.gnu.org/licenses/>. -->
slot="main"
class="max-w-screen-xl m-auto px-2 lg:px-0 lg:mt-0 gap-4 flex flex-col items-center"
>
<div class="col-span-full mx-auto">
<div class="col-span-full mx-auto max-lg:mt-2">
<RadioGroup class="flex wrap gap-y-2" active="bg-secondary-active-token">
{#each tags as tag}
<!-- {@const numberOfItems =
Expand Down

0 comments on commit abc4ec4

Please sign in to comment.