Film
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2919ae9fc8
commit
ad43b8ea5e
16
extra.css
16
extra.css
|
@ -0,0 +1,16 @@
|
||||||
|
.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: 100%; /* 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 */
|
||||||
|
}
|
|
@ -38,5 +38,4 @@ plugins:
|
||||||
- search
|
- search
|
||||||
- open-in-new-tab
|
- open-in-new-tab
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/extra.css
|
- extra.css
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue