Match border on games to top/bottom.
[yukkurigames.com.git] / css / main.css
index a8549ce..645acaa 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 {