mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-11 20:39:29 +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
0af5d516a3
commit
12b1572208
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@ body {
|
||||||
font-family: fira-sans, sans-serif;
|
font-family: fira-sans, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
@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