Replace bottom & right margin with all-round 8px.

The two-sided margin was meant to create a particular spacing on the
albums page, but the purpose of cards is I should be able to use
them in many other contexts. So an all-round margin is easier to
work with when displaying cards anywhere else.
master
voussoir 2020-04-02 21:59:22 -07:00
parent e94e35c98c
commit e5f2b788fe
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@
max-width: 325px; max-width: 325px;
width: 100%; width: 100%;
margin-right: 8px; margin: 8px;
margin-bottom: 8px;
padding: 8px; padding: 8px;
} }
.album_card_thumbnail .album_card_thumbnail