Fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
50cd3e7720
commit
e367122b4c
|
@ -0,0 +1,24 @@
|
||||||
|
.ascii-wrapper {
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: auto;
|
||||||
|
-webkit-overflow-scrolling: touch; /* för smooth scroll på mobil */
|
||||||
|
}
|
||||||
|
|
||||||
|
.ascii-wrapper pre {
|
||||||
|
display: table; /* Gör att den bara tar så mycket plats som behövs */
|
||||||
|
max-width: 50%; /* Begränsa till förälderns bredd */
|
||||||
|
margin: 0 auto; /* Centrerar innehållet */
|
||||||
|
}
|
||||||
|
|
||||||
|
.ascii-wrapper code {
|
||||||
|
white-space: pre; /* Bevara mellanrum och radbrytningar */
|
||||||
|
font-size: 1em; /* Behåll läsbar storlek */
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-meta {
|
||||||
|
font-size: 0.8em;
|
||||||
|
color: #888;
|
||||||
|
margin-top: 2em;
|
||||||
|
border-top: 1px solid #ccc;
|
||||||
|
padding-top: 0.5em;
|
||||||
|
}
|
Loading…
Reference in New Issue