This commit is contained in:
12
extra.css
Normal file
12
extra.css
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
.ascii-wrapper {
|
||||||
|
overflow-x: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.ascii-wrapper pre code {
|
||||||
|
transform: scale(0.7);
|
||||||
|
transform-origin: top left;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -37,3 +37,6 @@ theme:
|
|||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
- open-in-new-tab
|
- open-in-new-tab
|
||||||
|
extra_css:
|
||||||
|
- stylesheets/extra.css
|
||||||
|
|
||||||
Reference in New Issue
Block a user