Match description to itch.io.
[yukkurigames.com.git] / css / main.css
index a8549ce..075d235 100644 (file)
@@ -186,7 +186,7 @@ main {
     margin: auto;
 }
 
-main *:first-child {
+main *:first-child {
     margin-top: 0;
 }
 
@@ -245,7 +245,7 @@ hr {
     transition: border-radius 0.3s, border-color 0.3s;
     padding-left: 4em;
     box-sizing: border-box;
-    border-radius: 0 4em 4em 0;
+    border-radius: 0 3em 3em 0;
 }
 
 .game-preview > li:nth-child(even) {
@@ -255,7 +255,7 @@ hr {
     margin-left: 0;
     border-left-width: 1px;
     border-right-width: 0;
-    border-radius: 4em 0 0 4em;
+    border-radius: 3em 0 0 3em;
 }
 
 .game-preview > li:hover {
@@ -345,6 +345,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 +458,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; }