Better organize head{,er} files
[disinclined.org.git] / main.scss
index c408248..8fe29f7 100644 (file)
--- 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;
 }