Film
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f446c9472c
commit
4723efd76d
|
@ -1,12 +1,12 @@
|
||||||
.ascii-wrapper {
|
.ascii-wrapper {
|
||||||
width: 100%;
|
width: 50%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
-webkit-overflow-scrolling: touch; /* för smooth scroll på mobil */
|
-webkit-overflow-scrolling: touch; /* för smooth scroll på mobil */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ascii-wrapper pre {
|
.ascii-wrapper pre {
|
||||||
display: table; /* Gör att den bara tar så mycket plats som behövs */
|
display: table; /* Gör att den bara tar så mycket plats som behövs */
|
||||||
max-width: 10%; /* Begränsa till förälderns bredd */
|
max-width: 100%; /* Begränsa till förälderns bredd */
|
||||||
margin: 0 auto; /* Centrerar innehållet */
|
margin: 0 auto; /* Centrerar innehållet */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue