@ptcwebops/ptcw-design 2.2.6 → 2.2.8

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.
@@ -60,6 +60,7 @@
60
60
  "./components/ptc-pagenation/ptc-pagenation.js",
61
61
  "./components/ptc-para/ptc-para.js",
62
62
  "./components/ptc-picture/ptc-picture.js",
63
+ "./components/ptc-podcast-card/ptc-podcast-card.js",
63
64
  "./components/ptc-previous-url/ptc-previous-url.js",
64
65
  "./components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.js",
65
66
  "./components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.js",
@@ -96,7 +96,7 @@
96
96
  :host(.sequential) .card-dt-open {
97
97
  border-top: 5px solid var(--color-green-05);
98
98
  display: flex;
99
- width: 100%;
99
+ max-width: 45vw;
100
100
  height: 480px;
101
101
  transition: width var(--ptc-transition-x-fast) var(--ptc-ease-out);
102
102
  }
@@ -110,7 +110,7 @@ a.disabled {
110
110
  @media only screen and (min-width: 992px) {
111
111
  :host .non-mobile-wrapper {
112
112
  max-width: 1078px;
113
- margin: -75px auto 0 auto;
113
+ margin: -40px auto 0 auto;
114
114
  display: flex;
115
115
  align-items: center;
116
116
  width: 100%;
@@ -122,6 +122,11 @@ a.disabled {
122
122
  min-height: 350px;
123
123
  }
124
124
  }
125
+ @media (min-width: 1300px) {
126
+ :host .non-mobile-wrapper {
127
+ margin: -75px auto 0 auto;
128
+ }
129
+ }
125
130
  @media only screen and (min-width: 992px) {
126
131
  :host .non-mobile-wrapper .header-list-wrap {
127
132
  padding-right: 16px;