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

This commit is contained in:
Joakim Svensson 2025-04-19 09:22:35 +00:00
parent f446c9472c
commit 4723efd76d
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
.ascii-wrapper { .ascii-wrapper {
width: 100%; width: 50%;
overflow-x: auto; overflow-x: auto;
-webkit-overflow-scrolling: touch; /* för smooth scroll på mobil */ -webkit-overflow-scrolling: touch; /* för smooth scroll på mobil */
} }
.ascii-wrapper pre { .ascii-wrapper pre {
display: table; /* Gör att den bara tar så mycket plats som behövs */ display: table; /* Gör att den bara tar så mycket plats som behövs */
max-width: 10%; /* Begränsa till förälderns bredd */ max-width: 100%; /* Begränsa till förälderns bredd */
margin: 0 auto; /* Centrerar innehållet */ margin: 0 auto; /* Centrerar innehållet */
} }