Film
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-19 09:20:13 +00:00
parent c0a5277c92
commit 30f50fa51e

View File

@@ -6,7 +6,7 @@
.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 */
max-width: 100%; /* Begränsa till förälderns bredd */
margin: 0 auto; /* Centrerar innehållet */
}