X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=main.scss;h=c6e9bbbe1d32e74bf5adcf6b0567e8f2d77d8c86;hb=2e707dc1bb19986ed32064de04f86ee514654fe8;hp=c408248c5e355ff3a739d30707717234d5e90918;hpb=7b99afda6d2e9bd2b8a360c2e61a2465eff89416;p=disinclined.org.git diff --git a/main.scss b/main.scss index c408248..c6e9bbb 100644 --- a/main.scss +++ b/main.scss @@ -82,13 +82,26 @@ li { } +// ---------------------------------- +// Header +// ---------------------------------- + +#header a:visited { + color: black; +} + + // ---------------------------------- // Primary Structure // ---------------------------------- +html { + margin: 20px; +} body { margin-top: 30px; + font-size: 110%; } main { @@ -96,18 +109,17 @@ main { margin:0px auto 0; } -.title { +#header .title { font-family:'bree_serifregular'; font-size: 404%; + margin-left: -1%; } #wrapper { width:725px; min-height:300px; margin-bottom:20px; - margin-right:15px; text-align:left; - padding:5px 5px 25px 20px; } @@ -118,6 +130,7 @@ main { #exhibit { float:right; + margin-top:55px; margin-left:17px; font-family:InconsolataMedium; font-size:1.4em;