@woosmap/ui 4.26.0 → 4.27.0

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": "@woosmap/ui",
3
- "version": "4.26.0",
3
+ "version": "4.27.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -19,7 +19,8 @@
19
19
  border .1rem solid $success2
20
20
  &__image
21
21
  min-height 40rem
22
- min-width 60rem
22
+ max-width 60rem
23
+ width 100%
23
24
  background-size cover
24
25
  background-repeat no-repeat
25
26
  background-position center
@@ -90,3 +91,6 @@
90
91
  background-color $light
91
92
  padding .4rem 1rem
92
93
  margin 0 0 4rem 0
94
+ @media screen and (max-width 768px)
95
+ .use-case
96
+ flex-direction column