File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 135135 .reveal section {
136136 text-align : left;
137137 height : 100% ;
138- padding : 0 !important ;
138+ padding : 0.5 em 2 em !important ;
139139 margin : 0 !important ;
140140 top : 0 !important ;
141+ box-sizing : border-box;
141142 }
142143
143144 .reveal .slides {
144145 text-align : left;
145146 }
146147
147148 .reveal .slides > section {
148- padding : 0 !important ;
149+ padding : 0.5 em 2 em !important ;
149150 top : 0 !important ;
151+ box-sizing : border-box;
150152 }
151153
152154 /* Full-height diagram containers */
Original file line number Diff line number Diff line change 1- < section style ="display: flex; flex-direction: column; height: 100vh; padding: 0.5em 2em !important; box-sizing: border-box; ">
1+ < section style ="display: flex; flex-direction: column; height: 100vh; ">
22 < h2 style ="flex-shrink: 0; margin-bottom: 0.2em; "> Freenet vs Traditional Web</ h2 >
33
44 < div style ="flex: 1; display: flex; justify-content: center; align-items: center; min-height: 0; ">
You can’t perform that action at this time.
0 commit comments