@woosmap/ui 3.61.0 → 3.62.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
|
@@ -328,6 +328,10 @@
|
|
|
328
328
|
color $linkColorHover !important
|
|
329
329
|
.icon
|
|
330
330
|
fill $linkColorHover !important
|
|
331
|
+
@media screen and (max-width 960px)
|
|
332
|
+
.wcard--testimonial
|
|
333
|
+
margin 0 0 6rem 0
|
|
334
|
+
|
|
331
335
|
@media screen and (max-width 768px)
|
|
332
336
|
.wcard--featured
|
|
333
337
|
flex-direction column
|
|
@@ -343,6 +347,8 @@
|
|
|
343
347
|
border-top 3rem solid $logo6
|
|
344
348
|
border-left 0
|
|
345
349
|
padding 2.3rem
|
|
350
|
+
.wcard--testimonial
|
|
351
|
+
width 100%
|
|
346
352
|
@media screen and (max-width 580px)
|
|
347
353
|
.wcard--small
|
|
348
354
|
width auto
|