diff options
author | Hakim El Hattab | 2014-05-26 11:25:47 +0200 |
---|---|---|
committer | Hakim El Hattab | 2014-05-26 11:25:47 +0200 |
commit | f4ead96b1ff980db6bce104abaa202bdd1d3663c (patch) | |
tree | 30f8f5d1e17eb52a129ee2feff0e2a34d1104e12 /css/theme/template | |
parent | 09bddce42700b1dd4a1e102209de1873b8eee1ae (diff) |
move paragraph styles to theme
Diffstat (limited to 'css/theme/template')
-rw-r--r-- | css/theme/template/theme.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index 1e01763..10b4689 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -50,6 +50,16 @@ body { /********************************************* + * OTHER + *********************************************/ + +.reveal p { + margin-bottom: 10px; + line-height: 1.3; +} + + +/********************************************* * LINKS *********************************************/ |