add my research page; make its links absolute; tune spacing
[web.git] / style.scss
index 914f5f9f13660b5d65e3e0532eb9929d90ac9204..2539cd007380f7b621db833c10a30cefad237076 100644 (file)
@@ -42,7 +42,7 @@ h1, h2, h3, h4 {
 h1 {
     margin-top: 0.1em;
     font-size: 200%;
-    margin-bottom: 0.4em;
+    margin-bottom: 0.5em;
 }
 h2 {
     margin-top: 0.5em;
@@ -77,9 +77,6 @@ body { /* This centers us in the page, and handles the "too wide" case */
 }
 
 /* The content of the frame */
-#-title h1 {
-    margin: 0;
-}
 #-content {
     margin-left: $intrusion-width;
     padding: $outer-margin;
@@ -124,7 +121,7 @@ body { /* This centers us in the page, and handles the "too wide" case */
         background-color: $background-color;
     }
     a.root {
-        margin-top: 0.5em;
+        margin-top: 0.7em;
         border-bottom: solid $text-color 1px;
         margin-bottom: 0.3em;
     }
@@ -215,6 +212,8 @@ body { /* This centers us in the page, and handles the "too wide" case */
     }
 
     #-pretitle, .subtitle {
+        margin-bottom: 1em;
+
         h1 {
             display: inline-block;
             font-size: 165%;
@@ -225,7 +224,7 @@ body { /* This centers us in the page, and handles the "too wide" case */
         }
     }
     .subtitle {
-        margin-top: 1.5em;
+        margin-top: 2em;
     }
 
     #-title {