diff --git a/contrib/general/style.css b/contrib/general/style.css index d0cb371..f497edf 100644 --- a/contrib/general/style.css +++ b/contrib/general/style.css @@ -4,6 +4,12 @@ body { font-size: 10pt; background-color: transparent; } +@media only screen and (orientation: landscape) { + body { + margin-left: 10vw; + margin-right: 10vw; + } +} h2 { border-bottom: 1px solid #ccc; color: #000;