File tree 1 file changed +33
-0
lines changed
1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 36
36
font-weight : inherit ;
37
37
}
38
38
39
+ /* ********************************************
40
+ * LAYOUT & FOOTNOTE
41
+ *********************************************/
42
+
43
+ .reveal.center .slides section ,
44
+ .reveal.center .slides section > section {
45
+ min-height : 100% !important ;
46
+ display : flex !important ;
47
+ flex-direction : column ;
48
+ justify-content : center ;
49
+ align-items : center ;
50
+ }
51
+
52
+ .reveal section > .footnote {
53
+ position : absolute ;
54
+ bottom : 2em ;
55
+ left : 10% ;
56
+ right : 10% ;
57
+ font-size : 0.7em ;
58
+ text-align : left ;
59
+ }
60
+
61
+ html .print-pdf .reveal.center .slides section ,
62
+ html .print-pdf .reveal.center .slides section > section {
63
+ min-height : 0 !important ;
64
+ }
65
+
66
+ html .print-pdf .reveal section > .footnote {
67
+ position : relative ;
68
+ bottom : 0 ;
69
+ width : 80% ;
70
+ }
71
+
39
72
/* ********************************************
40
73
* HEADERS
41
74
*********************************************/
You can’t perform that action at this time.
0 commit comments