@npm_leadtech/legal-lib-components 7.0.5 → 7.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,6 +110,10 @@ export const MidBannerRatafiaSectionStyled = styled.section `
110
110
 
111
111
  .mid-banner-ratafia-section__wrapper.--is-about {
112
112
  padding: 2rem 2rem 0 2rem;
113
+
114
+ @media ${device.desktop} {
115
+ padding: 2rem 5rem 0 4rem;
116
+ }
113
117
  }
114
118
 
115
119
  .mid-banner-ratafia-section__wrapper__sample.--is-about {
@@ -123,7 +127,9 @@ export const MidBannerRatafiaSectionStyled = styled.section `
123
127
  &__image {
124
128
  img {
125
129
  max-width: 25rem;
126
- max-height: 20rem;
130
+ box-shadow:
131
+ 0 -0.125rem 0.375rem 0 rgba(2, 55, 74, 0.25),
132
+ 0 0.125rem 0.375rem -0.125rem rgba(2, 55, 74, 0);
127
133
 
128
134
  @media ${device.desktop} {
129
135
  max-height: 30rem;
@@ -111,6 +111,10 @@ export const MidBannerRatafiaSectionStyled = styled.section`
111
111
 
112
112
  .mid-banner-ratafia-section__wrapper.--is-about {
113
113
  padding: 2rem 2rem 0 2rem;
114
+
115
+ @media ${device.desktop} {
116
+ padding: 2rem 5rem 0 4rem;
117
+ }
114
118
  }
115
119
 
116
120
  .mid-banner-ratafia-section__wrapper__sample.--is-about {
@@ -124,7 +128,9 @@ export const MidBannerRatafiaSectionStyled = styled.section`
124
128
  &__image {
125
129
  img {
126
130
  max-width: 25rem;
127
- max-height: 20rem;
131
+ box-shadow:
132
+ 0 -0.125rem 0.375rem 0 rgba(2, 55, 74, 0.25),
133
+ 0 0.125rem 0.375rem -0.125rem rgba(2, 55, 74, 0);
128
134
 
129
135
  @media ${device.desktop} {
130
136
  max-height: 30rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.0.5",
3
+ "version": "7.0.6",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",