From 3dceadb07d316a0a9a341c3007047b487e64021b Mon Sep 17 00:00:00 2001 From: Alexander Munch-Hansen Date: Sun, 20 May 2018 20:07:39 +0200 Subject: [PATCH] Christoffer styled my shit --- style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2ab4ffd..f876ea3 100644 --- a/style.css +++ b/style.css @@ -22,10 +22,22 @@ body { width:100px; } +div.checkers { + height: 100%; +} -.checkers_list { +ul.checkers_list { list-style-type: none; padding-top:50px; + height: 100%; +} + +div.pin { + min-height: 25em; +} + +div.pin-bottom { + /* -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */ } #pin-0 {