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 { .packagetile a {
display: block; display: block;
padding-bottom: 66.66%; padding-bottom: 66.66%;
border-radius: 7px; border-radius: 3px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
background-size: cover; background-size: cover;