We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea5831 commit acbc143Copy full SHA for acbc143
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "umomega-foundation",
3
- "version": "1.21.4",
+ "version": "1.21.6",
4
"description": "UI Foundation For umΩ Apps",
5
"sass": "foundation-ui.sass",
6
"main": "foundation-ui.js",
sass/_paper.sass
@@ -21,10 +21,12 @@
21
&__main
22
padding: 2rem 2.5rem
23
flex-basis: calc(100% - 24rem)
24
+ width: calc(100% - 24rem)
25
flex-grow: 0
26
flex-shrink: 0
27
@media screen and (max-width: $widescreen)
28
flex-basis: calc(100% - 20rem)
29
+ width: calc(100% - 20rem)
30
@media screen and (max-width: $desktop)
31
padding: 2rem 1.25rem
32
@media screen and (max-width: $tablet)
0 commit comments