From: Joe Wreschnig Date: Thu, 4 Sep 2014 11:52:41 +0000 (+0200) Subject: Match border on games to top/bottom. X-Git-Url: https://git.yukkurigames.com/?p=yukkurigames.com.git;a=commitdiff_plain;h=b5c5fb83ab2c120cd75a4818a107168664fee763 Match border on games to top/bottom. --- diff --git a/css/main.css b/css/main.css index a8549ce..645acaa 100644 --- a/css/main.css +++ b/css/main.css @@ -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 {