diff options
Diffstat (limited to 'static/exam/css/base.css')
-rw-r--r-- | static/exam/css/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/exam/css/base.css b/static/exam/css/base.css index d51be30..1323116 100644 --- a/static/exam/css/base.css +++ b/static/exam/css/base.css @@ -2,8 +2,8 @@ body { font-family: 'Georgia', serif; font-size: 17px; color: #000; back h1, h2, h3, h4 { font-family: 'Garamond', 'Georgia', serif; font-weight: normal; } h1 { margin: 0 0 30px 0; font-size: 36px;} h1 span { display: none; } -h2 { font-size: 24px; margin: 15px 0 5px 0; } -h3 { font-size: 19px; margin: 15px 0 5px 0; } +h2 { font-size: 26px; margin: 15px 0 5px 0; } +h3 { font-size: 22px; margin: 15px 0 5px 0; } h4 { font-size: 15px; margin: 15px 0 5px 0; } .box { width: 700px; margin: 10px auto ; } |