Files
sl6cv_web/docs/stylesheets/extra.css
sa6anw 9ad71c6cef
All checks were successful
continuous-integration/drone/push Build is passing
Fix
2025-05-04 18:09:21 +00:00

25 lines
381 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;
}
.md-grid {
max-width: 65rem
}
.md-sidebar {
width: 8rem
}