Decrease package tile rounding

This commit is contained in:
rubenwardy 2018-12-22 21:26:00 +00:00
parent 31f57e1f12
commit de9135f44f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ li.d-flex {
.packagetile a {
display: block;
padding-bottom: 66.66%;
border-radius: 7px;
border-radius: 3px;
position: relative;
overflow: hidden;
background-size: cover;