Add border-radius to album cards, like photo cards.
This commit is contained in:
parent
3e9e7e6a52
commit
976534982b
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
height: 225px;
|
||||
margin: 8px;
|
||||
padding: 8px;
|
||||
|
||||
border-radius: 8px;
|
||||
}
|
||||
.album_card_thumbnail
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue