aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/style.css4
-rw-r--r--themes/mypaper/static/style.css4
2 files changed, 2 insertions, 6 deletions
diff --git a/docs/style.css b/docs/style.css
index 16d5710..3666589 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -367,9 +367,7 @@ img {
margin-left: calc(var(--gap) * -2);
}
.post-content .highlight pre {
- margin-left: 0;
- margin-right: 0;
- margin-bottom: 0;
+ margin: 0;
}
/* table */
.post-content .highlighttable {
diff --git a/themes/mypaper/static/style.css b/themes/mypaper/static/style.css
index 16d5710..3666589 100644
--- a/themes/mypaper/static/style.css
+++ b/themes/mypaper/static/style.css
@@ -367,9 +367,7 @@ img {
margin-left: calc(var(--gap) * -2);
}
.post-content .highlight pre {
- margin-left: 0;
- margin-right: 0;
- margin-bottom: 0;
+ margin: 0;
}
/* table */
.post-content .highlighttable {