diff --git a/static/css/main.css b/static/css/main.css index d32206a..80f7494 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -25,7 +25,7 @@ body { margin:0px; padding:20px 0px; text-align:center; font-family: Garamond, Serif; color:#000000; } a, a:visited { text-decoration:none; color:#1d2a78; } a:hover { text-decoration:underline; } -h1, h2, h3, h4, h5, h6, h7 { margin:0px; line-height: 0.75em; font-size: 2.0em; } +h1, h2, h3, h4, h5, h6, h7 { margin:0px; line-height: 1.0em; font-size: 2.0em; } h4, h5, h6 { font-size:18px; } h1 { padding:0px 0px 0.5em; margin:0px 0px 5px 0px; } blockquote { font-style:italic; background:#EAEAEA; margin:20px; padding:5px 10px; } @@ -42,7 +42,7 @@ tr:nth-child(odd) { background-color: lightgray;} #container { float: right; width: 70% } #sidebar { overflow:hidden; clear:left; text-align:right; width:25%; height:auto; padding:0px 15px 0px 0px; border-right:0.15em solid #C8C8C8; } #sidebar .description { display:block; font-size: 1.1em; width:100%; height:auto; margin:0px 0px 10px 0px; } -#sidebar li { list-style-type:none; font-size: 1.2em; line-height: 1.3em; font-weight: bold; } +#sidebar li { list-style-type:none; font-size: 1.5em; line-height: 1.3em; font-weight: bold; } #sidebar > li { margin:20px 0px; } #sidebar .description { display:block; font-size: 1.1em; width:100%; height:auto; margin:0px 0px 10px 0px; } #landing img { display:block; border:1px solid #000000 !important; margin-left: auto; margin-right: auto; max-height: 100%; max-width: 100%; }