diff options
author | Hakim El Hattab | 2014-11-05 11:52:32 +0100 |
---|---|---|
committer | Hakim El Hattab | 2014-11-05 11:52:32 +0100 |
commit | b09923551a0ba95fac3631f992793e44d71f474f (patch) | |
tree | e8ab2393e3bde4d082e78cb4d5a2accc61def855 /css/theme/template/theme.scss | |
parent | a170ee898289d3d6218b247b9bff2cc584946ca8 (diff) |
theme updates, normalized spacing between block-level elements
Diffstat (limited to 'css/theme/template/theme.scss')
-rw-r--r-- | css/theme/template/theme.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index f2a542e..da907f5 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -66,7 +66,7 @@ body { *********************************************/ .reveal p { - margin-bottom: 10px; + margin: $blockMargin 0; line-height: 1.3; } @@ -136,7 +136,7 @@ body { display: block; position: relative; width: 70%; - margin: 5px auto; + margin: $blockMargin auto; padding: 5px; font-style: italic; @@ -156,7 +156,7 @@ body { display: block; position: relative; width: 90%; - margin: 15px auto; + margin: $blockMargin auto; text-align: left; font-size: 0.55em; |