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

Unified Diff: static/scss/_content.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: Make change in website-defaults Created April 9, 2018, 2:34 p.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/scss/_content.scss
===================================================================
--- a/static/scss/_content.scss
+++ b/static/scss/_content.scss
@@ -65,17 +65,18 @@
h2
{
font-size: 1.5em;
}
h3
{
- font-size: 1.25em;
+ font-size: 1.15em;
+ margin-top: 1.5em;
}
h4
{
font-size: 1em;
}
h5
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld