Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/src/scss/content/_typography.scss

Issue 29747568: Fixes #11 - Heading size and space is hard to differentiate (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created April 9, 2018, 9:42 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/src/scss/content/_typography.scss
===================================================================
--- a/static/src/scss/content/_typography.scss
+++ b/static/src/scss/content/_typography.scss
@@ -72,8 +72,17 @@
display: inline-block;
}
}
.article-heading
{
@extend .h2;
}
+
+.content
+{
+ h3
+ {
+ font-size: 1.15em;
+ margin-top: 1.5em;
ire 2018/04/09 09:44:08 I used the size of the previous heading (in this c
+ }
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld