This commit is contained in:
3
docs/overrides/hide-titles.css
Normal file
3
docs/overrides/hide-titles.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.md-content h1:first-of-type {
|
||||
display: none;
|
||||
}
|
||||
3
docs/overrides/hide-toc.css
Normal file
3
docs/overrides/hide-toc.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.md-sidebar--secondary {
|
||||
display: none;
|
||||
}
|
||||
17
docs/stylesheets/extra.css
Normal file
17
docs/stylesheets/extra.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.ascii-wrapper {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
.ascii-wrapper pre {
|
||||
width: 100%;
|
||||
font-size: clamp(0.4rem, 1.5cqw, 0.75rem);
|
||||
line-height: 1.2;
|
||||
margin: 0;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user