@titelmedia/bricks-images
Advanced tools
Comparing version 0.4.11 to 0.4.13
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.13](https://github.com/titel-media/bricks-lerna/compare/v0.4.12...v0.4.13) (2022-01-31) | ||
**Note:** Version bump only for package @titelmedia/bricks-images | ||
## [0.4.11](https://github.com/titel-media/bricks-lerna/compare/v0.4.10...v0.4.11) (2022-01-28) | ||
@@ -8,0 +16,0 @@ |
@@ -21,8 +21,8 @@ "use strict"; | ||
const Content = _styledComponents.default.div` | ||
display: grid; | ||
grid-auto-flow: column; | ||
grid-gap: 15px; | ||
align-items: center; | ||
@media (min-width: 768px) { | ||
margin: 0px -8px; | ||
display: grid; | ||
grid-auto-flow: column; | ||
grid-gap: 15px; | ||
} | ||
@@ -34,5 +34,11 @@ `; | ||
height: 100%; | ||
object-fit: cover; | ||
@media (max-width: 767px) { | ||
margin: 8px 0px; | ||
} | ||
@media (min-width: 768px) { | ||
object-fit: cover; | ||
} | ||
`; | ||
exports.Image = Image; | ||
//# sourceMappingURL=styles.js.map |
@@ -9,8 +9,8 @@ import styled from 'styled-components'; | ||
export const Content = styled.div` | ||
display: grid; | ||
grid-auto-flow: column; | ||
grid-gap: 15px; | ||
align-items: center; | ||
@media (min-width: 768px) { | ||
margin: 0px -8px; | ||
display: grid; | ||
grid-auto-flow: column; | ||
grid-gap: 15px; | ||
} | ||
@@ -22,3 +22,9 @@ `; | ||
height: 100%; | ||
object-fit: cover; | ||
@media (max-width: 767px) { | ||
margin: 8px 0px; | ||
} | ||
@media (min-width: 768px) { | ||
object-fit: cover; | ||
} | ||
`; |
{ | ||
"name": "@titelmedia/bricks-images", | ||
"version": "0.4.11", | ||
"version": "0.4.13", | ||
"description": "> TODO: description", | ||
@@ -30,3 +30,3 @@ "author": "Katerina Vaseva <katerina.vsv@gmail.com>", | ||
}, | ||
"gitHead": "436a5f91bd36feeacf260b03714f03e2d23a02e5" | ||
"gitHead": "0f0db00ef725556af9b0824b13898e146e69d1cb" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11593
96