From 52526aa5b62f1db2dc5032815004c84a2bce90df Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Tue, 17 Sep 2019 14:00:52 -0400 Subject: [PATCH] Made the heading sizes larger --- static/css/styles.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 0e48f9d..1cc1991 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,9 +1,9 @@ -h1 { font-size: 1.4em; } -h2 { font-size: 1.22em; } -h3 { font-size: 1.15em; } -h4 { font-size: 1.05em; } -h5 { font-size: .83em; } -h6 { font-size: .75em; } +h1 { font-size: 1.50em; } +h2 { font-size: 1.40em; } +h3 { font-size: 1.20em; } +h4 { font-size: 1.00em; } +h5 { font-size: 0.85em; } +h6 { font-size: 0.75em; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none;