Smaller deindent to h3.
[yukkurigames.com.git] / css / main.css
index 645acaa..13adebb 100644 (file)
@@ -160,10 +160,9 @@ h3 {
     font-size: 1.125em;
     font-weight: 300;
     margin-bottom: 0;
-    margin-left: -0.89em;
+    margin-left: -0.445em;
     padding-left: 0.67em;
     padding-right: 0.67em;
-    white-space: nowrap;
 }
 
 a:link, [onclick] {
@@ -345,6 +344,11 @@ h4 a:link {
     white-space: nowrap;
 }
 
+.game-preview .info li a:link {
+    text-decoration: none;
+    font-weight: inherit;
+}
+
 .game-preview .info li:before {
     content: ' ~ ';
 }
@@ -453,6 +457,18 @@ pre code:hover {
     background-color: transparent;
 }
 
+footer {
+    font-weight: 300;
+    text-align: center;
+    font-size: 0.75em;
+}
+
+footer a:link {
+    display: inline-block;
+    margin: 0 1em;
+    text-decoration: none;
+}
+
 @media (max-width: 767px) {
     html { font-size: 13px; }