We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fd337 commit 708347eCopy full SHA for 708347e
2 files changed
src/templates/remark.css
@@ -24,5 +24,5 @@ code {
24
:not(pre) > code[class*='language-'] {
25
background-color: rgb(243, 243, 243) !important;
26
color: rgb(20, 20, 20) !important;
27
- white-space: pre;
+ white-space: pre-wrap;
28
}
src/templates/theme.css
@@ -147,4 +147,6 @@ img + p {
147
148
img {
149
margin-bottom: 2rem;
150
+ max-width: 100%;
151
+ height: auto;
152
0 commit comments