mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2025-10-17 17:01:01 +00:00
Set fonts in post excerpts to the same font size as the post body
This commit is contained in:
parent
65df1fc6e4
commit
f606080489
@ -33,6 +33,12 @@
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
// Fonts in except have the exact same height as the post body
|
||||
.post-excerpt p {
|
||||
font-size: 1.8rem;
|
||||
line-height: 1.75em;
|
||||
}
|
||||
|
||||
.time-to-read {
|
||||
margin-left: 8px;
|
||||
padding-left: 12px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user