aboutsummaryrefslogtreecommitdiff
path: root/slides/vendor/slides.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-09-24 00:02:40 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-09-24 00:02:40 +0200
commiteec70d435d564fea77f2449ab5faeb431043d2cc (patch)
tree14cb3cec9200e2e225471eb44cb35f5ba1aa579a /slides/vendor/slides.css
parentae31d7b337c64acfdef4ec7697bccb3eba2c9584 (diff)
downloadmitjafelicijan.com-eec70d435d564fea77f2449ab5faeb431043d2cc.tar.gz
content update
Diffstat (limited to 'slides/vendor/slides.css')
-rw-r--r--slides/vendor/slides.css9
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
39img { 39img {
40 max-width: 100%; 40 max-width: 100%;
41 margin-top: 30px;
41} 42}
42 43
43table { 44table {
@@ -104,18 +105,22 @@ h2 {
104 105
105h3 { 106h3 {
106 font-size: 160%; 107 font-size: 160%;
108 margin-bottom: 20px;
107} 109}
108 110
109h4 { 111h4 {
110 font-size: 140%; 112 font-size: 140%;
113 margin-bottom: 20px;
111} 114}
112 115
113h5 { 116h5 {
114 font-size: 120%; 117 font-size: 120%;
118 margin-bottom: 20px;
115} 119}
116 120
117h6 { 121h6 {
118 font-size: 100%; 122 font-size: 100%;
123 margin-bottom: 20px;
119} 124}
120 125
121p { 126p {
@@ -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}