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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/markdown-content.scss')
-rw-r--r--app/assets/stylesheets/markdown-content.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/assets/stylesheets/markdown-content.scss b/app/assets/stylesheets/markdown-content.scss
index 6b092dbdb..c5813de21 100644
--- a/app/assets/stylesheets/markdown-content.scss
+++ b/app/assets/stylesheets/markdown-content.scss
@@ -16,6 +16,30 @@
}
}
+ h1 {
+ font-size: 2.7rem;
+ }
+
+ h2 {
+ font-size: 2.3rem;
+ }
+
+ h3 {
+ font-size: 2rem;
+ }
+
+ h4 {
+ font-size: 1.8rem;
+ }
+
+ h5 {
+ font-size: 1.6rem;
+ }
+
+ h6 {
+ font-size: 1.4rem;
+ }
+
.img-responsive {
display: inline;
}