fixes, add web warnings

This commit is contained in:
Jon Dough
2023-06-13 22:31:42 +08:00
parent d454a1f8ea
commit a5cfb04510
5 changed files with 144 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ blockquote {
}
p {
margin: 4px 0px;
margin: 7px 0px;
}
h1, h2, h3, h4, h5, h6 {
@@ -18,6 +18,8 @@ h1, h2, h3, h4, h5, h6 {
.code-block {
font-family: 'Courier New', Courier, monospace;
background-color: #d8d8d8;
padding: 2px 4px;
word-break: break-all;
}
img {