holygrail2 1.0.85 → 1.0.87

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.0.85",
3
+ "version": "1.0.87",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -72,11 +72,11 @@
72
72
  display: block;
73
73
  content: '';
74
74
  width: 100%;
75
- padding-top: calc(133.25% + 86px);
75
+ padding-top: calc(133.25% + 74px);
76
76
  background-color: $c-white;
77
77
 
78
78
  @media (min-width: 992px) {
79
- padding-top: calc(133.25% + 86px);
79
+ padding-top: calc(133.25% + 74px);
80
80
  }
81
81
  }
82
82
 
@@ -93,11 +93,11 @@
93
93
  display: block;
94
94
  content: '';
95
95
  width: 100%;
96
- padding-top: calc(133.25% + 86px);
96
+ padding-top: calc(133.25% + 74px);
97
97
  background-color: $c-white;
98
98
 
99
99
  @media (min-width: 992px) {
100
- padding-top: calc(133.25% + 86px);
100
+ padding-top: calc(133.25% + 74px);
101
101
  }
102
102
  }
103
103
 
@@ -154,11 +154,11 @@
154
154
  display: block;
155
155
  content: '';
156
156
  width: 100%;
157
- padding-top: calc(66.6667% + 86px);
157
+ padding-top: calc(66.6667% + 74px);
158
158
  background-color: $c-white;
159
159
 
160
160
  @media (min-width: $break-sm) {
161
- padding-top: calc(66.6667% + 86px);
161
+ padding-top: calc(66.6667% + 74px);
162
162
  }
163
163
  }
164
164
 
@@ -183,7 +183,7 @@
183
183
  }
184
184
  }
185
185
  &.hidden-image::before {
186
- padding-top: 86px;
186
+ padding-top: 74px;
187
187
  }
188
188
 
189
189
  &::marker {
@@ -223,7 +223,7 @@
223
223
  display: block;
224
224
  content: '';
225
225
  width: 100%;
226
- padding-top: calc(64.66667% + 86px);
226
+ padding-top: calc(64.66667% + 74px);
227
227
  background-color: $c-white;
228
228
 
229
229
  .p-view {
@@ -231,11 +231,11 @@
231
231
  }
232
232
 
233
233
  @media (min-width: #{$break-md}) {
234
- padding-top: calc(62.9% + 86px);
234
+ padding-top: calc(62.9% + 74px);
235
235
  }
236
236
 
237
237
  @media (min-width: #{$break-lg}) {
238
- padding-top: calc(64.7% + 86px);
238
+ padding-top: calc(64.7% + 74px);
239
239
  }
240
240
  }
241
241
 
@@ -63,7 +63,6 @@
63
63
  .card9-wrap-details {
64
64
  min-height: 100px;
65
65
  position: absolute;
66
- bottom: 1px;
67
66
  left: 0;
68
67
  z-index: 3;
69
68
  width: 100%;