mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-06-25 12:17:51 +02:00
Add command for Windows batch scripting; CSS for code block
This commit is contained in:
14
css/css.css
14
css/css.css
@ -2,6 +2,10 @@ h1,h2,h3,h4,h5,h6 {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
|
||||
code {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
dd {
|
||||
padding-left:24px;
|
||||
}
|
||||
@ -10,6 +14,16 @@ dt {
|
||||
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.sample-image {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
letter-spacing:8px;
|
||||
font-size:86px;
|
||||
|
Reference in New Issue
Block a user