Skip to content

Commit

Permalink
feat(ui): small imrpovements on blog post styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Apr 9, 2024
1 parent 773fa7b commit a24bfa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
}

table {
@apply w-full border-collapse overflow-hidden rounded-lg bg-neutral-100 dark:bg-neutral-950;
@apply my-4 w-full border-collapse overflow-hidden rounded-lg bg-neutral-100 dark:bg-neutral-950;

th,
td {
Expand Down Expand Up @@ -174,7 +174,7 @@
figure[data-rehype-pretty-code-figure=''] {
@apply overflow-hidden rounded-lg;
@apply bg-neutral-100 dark:bg-neutral-950;
@apply space-y-1;
@apply my-4 space-y-1;
@apply border border-neutral-200 dark:border-neutral-900;

/* @apply backdrop-blur; */
Expand Down

0 comments on commit a24bfa0

Please sign in to comment.