mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -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;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
.post_list .post_teaser h3 {
|
.post_list .post_teaser h3 {
|
||||||
font-size: 120%;
|
font-size: 110%;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -159,7 +159,7 @@ nav, etc which are used site-wide */
|
||||||
.post_teaser {
|
.post_teaser {
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 120%;
|
font-size: 110%;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue