From 0e77afd00012dd033217b00cdf09bd05a79bf95f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 23 Jul 2017 14:28:20 +0200 Subject: [PATCH] Modified card padding so it fits more content --- CHANGELOG.md | 1 + static/css/digimarks.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7407366..79fc097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Fixed theming of browser chrome in mobile browsers - Changed link colour of 'dark' theme from blue to orange +- Modified card padding so it fits more content ## [1.1.0] - 2017-07-22 diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 66c0e2c..28fa5dc 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -44,6 +44,11 @@ nav .button-collapse i /** Cards and tags **/ +.card .card-content +{ + padding: 12px; +} + .card.tiny { height: 140px;