mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 00:15:10 +01:00
Modified card padding so it fits more content
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user