Files
sl6cv_web/docs/extra.css~
Joakim Svensson 24d7a9df7a
All checks were successful
continuous-integration/drone/push Build is passing
first build
2025-05-04 15:41:21 +02:00

29 lines
498 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;
}
.page-meta {
font-size: 0.8em;
color: #888;
margin-top: 2em;
border-top: 1px solid #ccc;
padding-top: 0.5em;
}
.md-content h1:first-of-type {
display: none;
}