File tree Expand file tree Collapse file tree 2 files changed +61
-0
lines changed
Expand file tree Collapse file tree 2 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 1+ window . MathJax = {
2+ tex : {
3+ inlineMath : [ [ "\\(" , "\\)" ] ] ,
4+ displayMath : [ [ "\\[" , "\\]" ] ] ,
5+ processEscapes : true ,
6+ processEnvironments : true
7+ } ,
8+ options : {
9+ ignoreHtmlClass : ".*|" ,
10+ processHtmlClass : "arithmatex"
11+ }
12+ } ;
13+
14+ document$ . subscribe ( ( ) => {
15+ MathJax . startup . output . clearCache ( )
16+ MathJax . typesetClear ( )
17+ MathJax . texReset ( )
18+ MathJax . typesetPromise ( )
19+ } )
Original file line number Diff line number Diff line change 1+ : root {
2+ --md-primary-fg-color : # FFA800 ;
3+ --md-primary-fg-color--light : # CCCCCC ;
4+ --md-primary-fg-color--dark : # 425066 ;
5+ }
6+
7+ .video-wrapper {
8+ max-width : 240px ;
9+ display : flex;
10+ flex-direction : row;
11+ }
12+ .video-wrapper > iframe {
13+ width : 100% ;
14+ aspect-ratio : 16 / 9 ;
15+ }
16+
17+ .buttons-wrapper {
18+ flex-wrap : wrap;
19+ gap : 1em ;
20+ display : flex;
21+ /* flex-grow: 1; */
22+ /* justify-content: center; */
23+ /* align-content: center; */
24+ }
25+
26+ .buttons-wrapper > a {
27+ justify-content : center;
28+ align-content : center;
29+ flex-wrap : nowrap;
30+ /* gap: 1em; */
31+ align-items : center;
32+ text-align : center;
33+ flex : 1 1 30% ;
34+ display : flex;
35+ }
36+
37+ .md-button > .buttons-content {
38+ align-items : center;
39+ justify-content : center;
40+ display : flex;
41+ gap : 1em ;
42+ }
You can’t perform that action at this time.
0 commit comments