1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Modified card padding so it fits more content

This commit is contained in:
2017-07-23 14:28:20 +02:00
parent f617fb8190
commit 0e77afd000
2 changed files with 6 additions and 0 deletions

View File

@@ -44,6 +44,11 @@ nav .button-collapse i
/** Cards and tags **/
.card .card-content
{
padding: 12px;
}
.card.tiny
{
height: 140px;