Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolankicks committed Dec 23, 2024
1 parent 28cef97 commit 5f79c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/blog/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<base target="_blank" />

<div class="flex flex-col font-poppins w-full mx-auto p-4 sm:p-8 items-center justify-center">
<div class="flex flex-col font-poppins w-full mx-auto px-5 py-6 mt-6 mb-6 sm:p-8 items-center justify-center">
<div class="text-white text-shadow flex flex-col items-center justify-center">
<p class="text-white mb-5 text-5xl md:text-7xl sm:text-5xl font-bold sm:px-0 text-center font-poppins">
{data.blogPost.title}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/projects/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<base target="_blank" />

<div class="flex flex-col font-poppins w-full mx-auto p-4 sm:p-8 items-center justify-center">
<div class="flex flex-col font-poppins w-full mx-auto px-5 py-6 mt-6 mb-6 sm:p-8 items-center justify-center">
<div class="text-white text-shadow flex flex-col items-center justify-center">
<p class="text-white mb-5 text-5xl md:text-7xl sm:text-5xl font-bold sm:px-0 text-center font-poppins">
{data.project.title}
Expand Down

0 comments on commit 5f79c5e

Please sign in to comment.