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