mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 09:59:28 +00:00
contrib/html.sh: add a margin on left and right...
... for windows in landscape (wider than high).
This commit is contained in:
parent
a4d4365735
commit
6317fb8f40
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@ body {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
@media only screen and (orientation: landscape) {
|
||||||
|
body {
|
||||||
|
margin-left: 10vw;
|
||||||
|
margin-right: 10vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
h2 {
|
h2 {
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue