X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=main.scss;h=8fe29f723baa7d5494bf6142b59c18c40adb959a;hb=cd4935d507ddca5509ad90553c29dfbe493a4646;hp=f96bb1f38168ca48cb390b4e6110b4de051f90e4;hpb=614a041fa576affd6f7ecad2a551b6366db83e72;p=disinclined.org.git diff --git a/main.scss b/main.scss index f96bb1f..8fe29f7 100644 --- a/main.scss +++ b/main.scss @@ -6,6 +6,7 @@ // Fonts // ---------------------------------- + @font-face { font-family: 'bree_serifregular'; src: url('/assets/fonts/breeserif-regular-webfont.eot'); @@ -81,13 +82,26 @@ li { } +// ---------------------------------- +// Header +// ---------------------------------- + +#header a:visited { + color: black; +} + + // ---------------------------------- // Primary Structure // ---------------------------------- +html { + margin: 20px; +} body { margin-top: 30px; + font-size: 110%; } main { @@ -95,20 +109,17 @@ main { margin:0px auto 0; } -.title { - margin-left: 42px; - color:black; +#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; }