Skip to content

Commit

Permalink
blog: Update blog content, update code block styling (#41)
Browse files Browse the repository at this point in the history
* blog: Update `Card Component` section

* blog(format): reorder blog post, move `Card` up and `NavBar` down

* blog: Update `Card` section, and add `Projects` section

* blog: update `Projects`, move Navbar to a separate post

* style: update code block font and padding

* style: remove backticks from code blocks, update padding and margin

* blog: remove footer, move markdown styling up, small misc updates
  • Loading branch information
AVGVSTVS96 authored Feb 17, 2024
1 parent 95ab8aa commit 7c53ff4
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 246 deletions.
3 changes: 2 additions & 1 deletion src/layouts/MDLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ const schema = JSON.stringify(jsonLD, null, 2);
<article
class="prose dark:prose-invert max-w-sm sm:max-w-lg md:max-w-xl lg:max-w-2xl xl:max-w-3xl prose-h1:pt-2
prose-code:text-accent-600 prose-code:dark:text-accent-400 prose-code:font-normal
prose-code:text-accent-600 prose-code:dark:text-sky-400 prose-code:font-medium prose-code:py-1 prose-code:px-2 prose-code:mx-[0.5px]
before:prose-code:hidden after:prose-code:hidden
prose-a:decoration-accent-400 prose-a:underline-offset-[3px] prose-a:transition-colors prose-a:duration-100 hover:prose-a:text-accent-300
Expand Down
Loading

0 comments on commit 7c53ff4

Please sign in to comment.