From b5c5fb83ab2c120cd75a4818a107168664fee763 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Thu, 4 Sep 2014 13:52:41 +0200 Subject: [PATCH] Match border on games to top/bottom. --- css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.20.1