@innovastudio/contentbox 1.4.3 → 1.4.4
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
@@ -237,6 +237,40 @@
|
|
237
237
|
max-width: 930px;
|
238
238
|
}
|
239
239
|
}
|
240
|
+
#divSidebarSections.large {
|
241
|
+
width: 100%;
|
242
|
+
}
|
243
|
+
|
244
|
+
@media all and (min-width: 765px) {
|
245
|
+
#divSidebarSections.large {
|
246
|
+
max-width: 615px;
|
247
|
+
}
|
248
|
+
}
|
249
|
+
@media all and (min-width: 1260px) {
|
250
|
+
#divSidebarSections.large {
|
251
|
+
max-width: 1110px;
|
252
|
+
}
|
253
|
+
}
|
254
|
+
@media all and (min-width: 1770px) {
|
255
|
+
#divSidebarSections.large {
|
256
|
+
max-width: 1620px;
|
257
|
+
}
|
258
|
+
}
|
259
|
+
#divSidebarSections.medium {
|
260
|
+
width: 100%;
|
261
|
+
max-width: 1280px;
|
262
|
+
}
|
263
|
+
|
264
|
+
@media all and (max-width: 1400px) {
|
265
|
+
#divSidebarSections.medium {
|
266
|
+
max-width: 880px;
|
267
|
+
}
|
268
|
+
}
|
269
|
+
#divSidebarSections.small {
|
270
|
+
width: 100%;
|
271
|
+
max-width: 930px;
|
272
|
+
}
|
273
|
+
|
240
274
|
#divSelector {
|
241
275
|
position: absolute;
|
242
276
|
top: 110px;
|