nicer scaling
This commit is contained in:
parent
8a9a2dd96d
commit
3e60774e4b
@ -6,11 +6,19 @@
|
|||||||
.command_example pre {
|
.command_example pre {
|
||||||
padding:4pt;
|
padding:4pt;
|
||||||
border: dashed 2px black;
|
border: dashed 2px black;
|
||||||
display: table-cell;
|
|
||||||
width: 256px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.command_example p {
|
.command_example p {
|
||||||
padding-left: 16pt;
|
padding-left: 16pt;
|
||||||
display: table-cell;
|
}
|
||||||
|
|
||||||
|
@media (min-width: 750px) {
|
||||||
|
.command_example pre {
|
||||||
|
display: table-cell;
|
||||||
|
width: 256px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.command_example p {
|
||||||
|
display: table-cell;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user