mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-05 23:17:00 -05:00
Fix font-size for titles (Origine)
This commit is contained in:
@@ -25,17 +25,17 @@ ul, ol, dd {
|
||||
/*=== Titles */
|
||||
h1 {
|
||||
margin: 0.6em 0 0.3em;
|
||||
font-size: 1.8em;
|
||||
font-size: 1.5em;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
h2 {
|
||||
margin: 0.5em 0 0.25em;
|
||||
font-size: 1.6em;
|
||||
font-size: 1.3em;
|
||||
line-height: 2em;
|
||||
}
|
||||
h3 {
|
||||
margin: 0.5em 0 0.25em;
|
||||
font-size: 1.4em;
|
||||
font-size: 1.1em;
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user