Skip to content

Commit

Permalink
Merge pull request #133 from technologiestiftung/staging
Browse files Browse the repository at this point in the history
fix: styling for code and pre element (#132)
  • Loading branch information
Jaszkowic authored Sep 25, 2024
2 parents 5eba365 + 0608e95 commit 2756e8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@
.markdown-container h6 {
@apply text-xl;
}

.markdown-container pre {
@apply whitespace-pre-wrap w-full font-sans;
}

.markdown-container code {
@apply font-sans;
}
}

:root {
Expand Down

0 comments on commit 2756e8e

Please sign in to comment.