Vertical layout for LaTeX examples.

This commit is contained in:
Paulo Reis 2016-06-28 10:09:12 +01:00
parent 8b15d40f8b
commit da960a721f

View file

@ -39,6 +39,13 @@
}
.example {
max-width: 100%;
& > div {
display: block !important;
width: auto !important;
}
.code {
pre {
background-color: @gray-lightest;
@ -49,6 +56,9 @@
}
}
.output {
text-align: center;
padding-top: 10px;
img {
width: auto !important;
height: auto !important;