mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-09 19:39:29 +00:00
contrib/html.sh: add a margin on left and right
This commit is contained in:
parent
2938c0a716
commit
e55c341c3d
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ body {
|
|||
font-family: fira-sans, sans-serif;
|
||||
font-size: 10pt;
|
||||
background-color: transparent;
|
||||
margin-left: 10vw;
|
||||
margin-right: 10vw;
|
||||
}
|
||||
h2 {
|
||||
border-bottom: 1px solid #ccc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue