Christoffer styled my shit

This commit is contained in:
Alexander Munch-Hansen 2018-05-20 20:07:39 +02:00
parent 804daaf3e5
commit 3dceadb07d

View File

@ -22,10 +22,22 @@ body {
width:100px; width:100px;
} }
div.checkers {
height: 100%;
}
.checkers_list { ul.checkers_list {
list-style-type: none; list-style-type: none;
padding-top:50px; 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 { #pin-0 {