File tree Expand file tree Collapse file tree
dev/presentations/German_Perl_Raku_Workshop_2026 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 .reveal h1 { font-size : 2.5em ; }
1919 .reveal h2 { font-size : 1.8em ; }
2020 .reveal h3 { font-size : 1.3em ; }
21- .reveal code { font-size : 0.9em ; }
22- .reveal pre code { font-size : 0.7em ; max-height : 500px ; }
21+ .reveal { font-size : 38px ; } /* Increase base font size */
22+ .reveal code { font-size : 1.2em ; } /* Inline code */
23+ .reveal pre code { font-size : 1.2em ; line-height : 1.5 ; max-height : 500px ; } /* Code blocks */
2324 .reveal .slides section .fragment .highlight-current-blue { opacity : 1 ; }
2425 .reveal .slides section .fragment .highlight-current-blue .current-fragment { color : # 42affa ; }
2526
3839 .three-columns > div {
3940 flex : 1 ;
4041 text-align : center;
42+ font-size : 0.9em ; /* Slightly smaller for three-column to fit */
4143 }
4244 </ style >
4345</ head >
You can’t perform that action at this time.
0 commit comments