Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 334ad09..bba0988 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -116,7 +116,8 @@ img {
}
p {
- margin: 0; /* IE 10+ */
+ /* IE 10+ */
+ margin: 0;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
@@ -716,4 +717,4 @@ strong {
.article.markdown-body .MathJax {
outline: none;
-}
+} \ No newline at end of file