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