@cooperco/cooper-component-library 0.1.82 → 0.1.83

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.
@@ -15,7 +15,7 @@
15
15
 
16
16
  :root {
17
17
  font-family: 'GT-Walsheim';
18
- --clip-path-hero: ellipse(89% 115% at 99% 16%);
18
+ --clip-path-hero: ellipse(89% 125% at 99% 26%);
19
19
  }
20
20
 
21
21
  .font-bold {
@@ -199,7 +199,7 @@ ol {
199
199
  padding-left: 1rem;
200
200
  }
201
201
 
202
- @media (min-width: 768px) {
202
+ @media (min-width: 1024px) {
203
203
  .container-hero {
204
204
  padding-left: 90px;
205
205
  }
@@ -317,25 +317,7 @@ ol {
317
317
  }
318
318
  }
319
319
 
320
- @media (min-width: 768px) and (max-width: 1015px) {
321
- .clip-hero {
322
- clip-path: var(--clip-path-hero);
323
- }
324
- }
325
-
326
- @media (min-width: 1016px) and (max-width: 1199px) {
327
- .clip-hero {
328
- clip-path: var(--clip-path-hero);
329
- }
330
- }
331
-
332
- @media (min-width: 1200px) and (max-width: 1439px) {
333
- .clip-hero {
334
- clip-path: var(--clip-path-hero);
335
- }
336
- }
337
-
338
- @media (min-width: 1440px) {
320
+ @media (min-width: 1024px) {
339
321
  .clip-hero {
340
322
  clip-path: var(--clip-path-hero);
341
323
  }