Film
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-04-19 09:09:18 +00:00
parent 4aa400150f
commit e2c285214f
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
.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 */
}