diff options
Diffstat (limited to 'slides/vendor')
| -rw-r--r-- | slides/vendor/slides.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/slides/vendor/slides.css b/slides/vendor/slides.css index f9ee3b2..fec16b1 100644 --- a/slides/vendor/slides.css +++ b/slides/vendor/slides.css | |||
| @@ -38,6 +38,7 @@ a { | |||
| 38 | 38 | ||
| 39 | img { | 39 | img { |
| 40 | max-width: 100%; | 40 | max-width: 100%; |
| 41 | margin-top: 30px; | ||
| 41 | } | 42 | } |
| 42 | 43 | ||
| 43 | table { | 44 | table { |
| @@ -104,18 +105,22 @@ h2 { | |||
| 104 | 105 | ||
| 105 | h3 { | 106 | h3 { |
| 106 | font-size: 160%; | 107 | font-size: 160%; |
| 108 | margin-bottom: 20px; | ||
| 107 | } | 109 | } |
| 108 | 110 | ||
| 109 | h4 { | 111 | h4 { |
| 110 | font-size: 140%; | 112 | font-size: 140%; |
| 113 | margin-bottom: 20px; | ||
| 111 | } | 114 | } |
| 112 | 115 | ||
| 113 | h5 { | 116 | h5 { |
| 114 | font-size: 120%; | 117 | font-size: 120%; |
| 118 | margin-bottom: 20px; | ||
| 115 | } | 119 | } |
| 116 | 120 | ||
| 117 | h6 { | 121 | h6 { |
| 118 | font-size: 100%; | 122 | font-size: 100%; |
| 123 | margin-bottom: 20px; | ||
| 119 | } | 124 | } |
| 120 | 125 | ||
| 121 | p { | 126 | p { |
| @@ -213,6 +218,6 @@ pre[class*=language-] { | |||
| 213 | padding: 0; | 218 | padding: 0; |
| 214 | margin-bottom: 20px; | 219 | margin-bottom: 20px; |
| 215 | font-family: 'Courier New', Courier, monospace; | 220 | font-family: 'Courier New', Courier, monospace; |
| 216 | font-size: 100%; | 221 | font-size: 90%; |
| 217 | font-weight: 600; | 222 | font-weight: 500; |
| 218 | } | 223 | } |
