Fixar skalningen
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
d8094d7399
commit
e2558c4969
|
@ -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 */
|
||||||
}
|
}
|
||||||
}
|
|
Loading…
Reference in New Issue