1
0
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:
Holger Just 2018-08-15 16:44:55 +02:00
parent 65df1fc6e4
commit f606080489

View File

@ -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;