mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
font size tweak
This commit is contained in:
parent
5751bff5a1
commit
de802df9f2
2 changed files with 2 additions and 2 deletions
|
@ -523,7 +523,7 @@ fieldset legend {
|
|||
padding-bottom: 8px;
|
||||
}
|
||||
.post_list .post_teaser h3 {
|
||||
font-size: 120%;
|
||||
font-size: 110%;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -159,7 +159,7 @@ nav, etc which are used site-wide */
|
|||
.post_teaser {
|
||||
|
||||
h3 {
|
||||
font-size: 120%;
|
||||
font-size: 110%;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue