Skip to content

Commit

Permalink
Update layout styles in notes and projects pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo committed Jan 19, 2024
1 parent d6ee7f5 commit 6f0a8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/[[lang=lang]]/notes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</svelte:head>

<ul
class="max-w-5xl m-auto flex flex-col md:grid md:grid-cols-3 md:gap-6 px-4 md:px-0"
class="max-w-5xl m-auto mt-10 flex flex-col md:grid md:grid-cols-3 md:gap-6 px-4 md:px-0"
>
{#each data.notes as note}
<Entry
Expand Down
2 changes: 1 addition & 1 deletion src/routes/[[lang=lang]]/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</svelte:head>

<ul
class="max-w-6xl m-auto flex flex-col md:grid md:grid-cols-3 md:gap-6 px-4 md:px-0"
class="max-w-6xl m-auto mt-10 flex flex-col md:grid md:grid-cols-3 md:gap-6 px-4 md:px-0"
>
{#each data.projects as project}
<li class="mb-4 md:mb-0 last-of-type:mb-0">
Expand Down

0 comments on commit 6f0a8f6

Please sign in to comment.