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 {