diff --git a/src/styles/global.css b/src/styles/global.css index 0b790ea..089cae0 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -25,23 +25,23 @@ body { } .content h2 { - font-size: 22px; + font-size: 21px; margin-bottom: 10px; - line-height: 100%; + line-height: 130%; font-weight: 700; } .content h3 { - font-size: 19px; + font-size: 18px; margin-bottom: 10px; - line-height: 100%; + line-height: 130%; font-weight: 700; } .content h1 { font-size: 32px; margin-bottom: 30px; - line-height: 150%; + line-height: 120%; font-weight: 700; text-align: left; font-family: var(--font-secondary);