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

This commit is contained in:
2025-04-19 09:08:39 +00:00
parent e0e9452f52
commit 4aa400150f

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