diff options
Diffstat (limited to 'styles/global.css')
-rw-r--r-- | styles/global.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/styles/global.css b/styles/global.css index 541dd76..79aa026 100644 --- a/styles/global.css +++ b/styles/global.css @@ -39,6 +39,9 @@ html, body { padding: 0; } +/* section font size */ +h1 { font-size: 25px; } + /* subsection font size */ h2 { font-size: 20px; } |