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

@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed ### Changed
- Fixed theming of browser chrome in mobile browsers - Fixed theming of browser chrome in mobile browsers
- Changed link colour of 'dark' theme from blue to orange - Changed link colour of 'dark' theme from blue to orange
- Modified card padding so it fits more content
## [1.1.0] - 2017-07-22 ## [1.1.0] - 2017-07-22

View File

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