mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix: decrease font sizes for essays
This commit is contained in:
@@ -137,6 +137,17 @@ const description = '…';
|
||||
|
||||
<style is:global>
|
||||
.journal-post {
|
||||
& > h2 {
|
||||
@apply text-4 mbe-9;
|
||||
}
|
||||
|
||||
& > h3,
|
||||
& > h4,
|
||||
& > h5,
|
||||
& > h6 {
|
||||
@apply text-3;
|
||||
}
|
||||
|
||||
& h2 + h3,
|
||||
& p + h2,
|
||||
& p + h3,
|
||||
|
||||
Reference in New Issue
Block a user