mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-06-26 04:37:51 +02:00
refactors headers to be more semantically correct
This commit is contained in:
12
css/css.css
12
css/css.css
@ -2,6 +2,18 @@ h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.intro-lead {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.select-from {
|
||||
font-size: 16px;
|
||||
}
|
||||
code {
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
|
Reference in New Issue
Block a user