@npm_leadtech/legal-lib-components 2.8.0 → 2.8.1

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.
@@ -2771,8 +2771,11 @@
2771
2771
  align-items: center;
2772
2772
  text-align: center; }
2773
2773
  .feedback__main {
2774
- padding: 3rem 0 4rem;
2774
+ padding: 2rem 0 2rem;
2775
2775
  max-width: 25em; }
2776
+ @media (min-width: 575px) {
2777
+ .feedback__main {
2778
+ padding: 3rem 0 4rem; } }
2776
2779
  .feedback--large {
2777
2780
  flex-direction: column;
2778
2781
  height: 100%; }
@@ -2811,7 +2814,7 @@
2811
2814
  .feedback__image_img {
2812
2815
  margin: 0 auto;
2813
2816
  margin-bottom: 2rem;
2814
- width: 11rem; }
2817
+ width: 8rem; }
2815
2818
  @media (min-width: 575px) {
2816
2819
  .feedback__image_img {
2817
2820
  width: 13rem; } }
@@ -2771,8 +2771,11 @@
2771
2771
  align-items: center;
2772
2772
  text-align: center; }
2773
2773
  .feedback__main {
2774
- padding: 3rem 0 4rem;
2774
+ padding: 2rem 0 2rem;
2775
2775
  max-width: 25em; }
2776
+ @media (min-width: 575px) {
2777
+ .feedback__main {
2778
+ padding: 3rem 0 4rem; } }
2776
2779
  .feedback--large {
2777
2780
  flex-direction: column;
2778
2781
  height: 100%; }
@@ -2811,7 +2814,7 @@
2811
2814
  .feedback__image_img {
2812
2815
  margin: 0 auto;
2813
2816
  margin-bottom: 2rem;
2814
- width: 11rem; }
2817
+ width: 8rem; }
2815
2818
  @media (min-width: 575px) {
2816
2819
  .feedback__image_img {
2817
2820
  width: 13rem; } }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",