Film
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-04-19 09:01:54 +00:00
parent b28ddddb32
commit 86309fcabf
2 changed files with 15 additions and 0 deletions

12
extra.css Normal file
View 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;
}
}

View File

@ -37,3 +37,6 @@ theme:
plugins:
- search
- open-in-new-tab
extra_css:
- stylesheets/extra.css