Files
sl6cv_web/docs/extra.css
Joakim Svensson e0ba4c504e first build
2025-05-02 11:15:06 +02:00

16 lines
312 B
CSS

.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;
}