Fixar skalningen
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-04-19 15:49:18 +00:00
parent d8094d7399
commit e2558c4969
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,8 @@
overflow-x: auto; overflow-x: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
padding: 1rem 0; padding: 1rem 0;
background-color: #000; /* Svart bakgrund på hela raden */
width: 100%; /* Viktigt */
} }
.ascii-wrapper pre { .ascii-wrapper pre {
@ -11,5 +13,6 @@
line-height: 1.2; line-height: 1.2;
margin: 0; margin: 0;
white-space: pre; white-space: pre;
} color: #0f0; /* Valfritt, men ser ofta snyggt ut */
background: transparent; /* Viktigt så du inte får en mindre bakgrund */
} }