@worksafevictoria/wcl7.5 1.17.0-beta.4 → 1.17.0-beta.6

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": "@worksafevictoria/wcl7.5",
3
- "version": "1.17.0-beta.4",
3
+ "version": "1.17.0-beta.6",
4
4
  "description": "WorkSafe Victoria Component Library - GitHub Actions Migration Test",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
@@ -133,6 +133,12 @@ methods: {
133
133
  width: 100%;
134
134
  }
135
135
 
136
+ @media screen and (max-width: 768px) {
137
+ .carousel img {
138
+ height: 400px !important;
139
+ }
140
+ }
141
+
136
142
  .carousel-indicators {
137
143
  justify-content: end !important;
138
144
  margin-right: 10px !important;
@@ -177,6 +177,10 @@ export default {
177
177
  }
178
178
  }
179
179
 
180
+ &__title {
181
+ margin-bottom: 24px;
182
+ }
183
+
180
184
  /* variants */
181
185
  &.rtl {
182
186
  text-align: left;