first build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Joakim Svensson
2025-05-04 14:42:02 +02:00
parent ae989a868c
commit 123972b5eb
6 changed files with 40 additions and 16 deletions

16
docs/extra.css~ Normal file
View File

@@ -0,0 +1,16 @@
.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;
}