Skip to content

Commit

Permalink
fix(mdx-admonitions): change code text size in admonitions (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored May 3, 2022
1 parent ced82aa commit 918d06b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Aside/Aside.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
.admonition li {
@apply my-0 !important;
}

.admonition code {
@apply text-sm !important;
}

1 comment on commit 918d06b

@vercel
Copy link

@vercel vercel bot commented on 918d06b May 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-sabertaz.vercel.app
blog.tazimi.dev
blog-git-main-sabertaz.vercel.app

Please sign in to comment.