Nicer structure on main.
[static.git] / content / media / css / base.scss
index 8bac975..4d30ad2 100644 (file)
@@ -71,11 +71,6 @@ header {
             float: right;
             text-align: right;
         }
-
-        .author {
-            font-size: 1rem;
-            font-weight: normal;
-        }
     }
 
     nav {
@@ -105,26 +100,32 @@ section.home-section {
         }
     }
 
-    a.list-item {
-        padding: .25em .5em .25em .5em;
-        position:relative;
-        font-size: 1.2rem;
-
-        @media screen and (min-width: 20em) {
-            padding-left: 2.7rem;
-            font-size: 1.3rem;
-
-            &:before {
-                content: '\bb';
-                position: absolute;
-                left: 1rem;
+    .link-list {
+        list-style: none;
+        margin: 0;
+        padding: 0;
+
+        li {
+            margin: 0;
+            padding: 0;
+
+            a {
+                padding: .25em .5em .25em .5em;
+                position:relative;
+                font-size: 1.2rem;
+
+                @media screen and (min-width: 20em) {
+                    padding-left: 2.7rem;
+                    font-size: 1.3rem;
+
+                    &:before {
+                        content: '\bb';
+                        position: absolute;
+                        left: 1rem;
+                    }
+                }
             }
         }
-
-        .author {
-            display: block;
-            font-size: 1rem;
-        }
     }
 }
 #tools {