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

This commit is contained in:
Joakim Svensson 2025-04-19 09:29:22 +00:00
parent 847b6ac976
commit 887b6daf4e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
.ascii-wrapper pre { .ascii-wrapper pre {
display: inline-block; /* gör så att max-width fungerar */ display: inline-block; /* gör så att max-width fungerar */
max-width: 100%; max-width: 100%;
font-size: clamp(0.01rem, 1vw + 0.3rem, 1rem); /* skalar mjukt från små till stora skärmar */ font-size: clamp(0.01rem, 1.2vw + 0.2rem, 1rem); /* skalar mjukt från små till stora skärmar */
line-height: 1.2; line-height: 1.2;
white-space: pre; white-space: pre;
margin: 0; margin: 0;