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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/default.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 290b36f..98f0129 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -268,6 +268,15 @@
text-align: justify;
}
+.playground-body h1,
+.playground-body h2,
+.playground-body h3,
+.playground-body h4,
+.playground-body h5,
+.playground-body h6 {
+ margin: 22px 0 5px 0;
+}
+
/* Single page classes */
.article-header-container {
@@ -304,6 +313,15 @@
padding-bottom: 50px;
}
+#article-body h1,
+#article-body h2,
+#article-body h3,
+#article-body h4,
+#article-body h5,
+#article-body h6 {
+ margin: 22px 0 5px 0;
+}
+
.article-body-left {
text-align: left !important;
}