Skip to content

Commit

Permalink
chore: remove p margin inside list
Browse files Browse the repository at this point in the history
  • Loading branch information
enjidev committed Jan 14, 2023
1 parent b036bca commit 3cea054
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/enji.dev/src/styles/mdx-contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
@apply md:-left-9;
@apply dark:bg-slate-400;
}

p {
& + p {
@apply mt-0;
@apply md:mt-0;
}
}
}
}

Expand Down

0 comments on commit 3cea054

Please sign in to comment.