This commit is contained in:
Adrian Heine 2020-09-17 19:18:29 +02:00
parent 41670b4517
commit 66fb068fa5
3 changed files with 55 additions and 33 deletions

View file

@ -27,8 +27,9 @@ body {
width: 120px;
height: 120px;
background: #D66C00;
border-radius: 60px;
border-radius: 80px;
display: block;
border: 3px solid #1a1c1c;
}
.items > li a:hover {
@ -37,8 +38,10 @@ body {
}
.items > li.face-up a {
background-size: cover;
background-color: #ed8112;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.fullview {