Skip to content

Commit acbc143

Browse files
committed
Style fixes
1 parent 9ea5831 commit acbc143

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umomega-foundation",
3-
"version": "1.21.4",
3+
"version": "1.21.6",
44
"description": "UI Foundation For umΩ Apps",
55
"sass": "foundation-ui.sass",
66
"main": "foundation-ui.js",

sass/_paper.sass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121
&__main
2222
padding: 2rem 2.5rem
2323
flex-basis: calc(100% - 24rem)
24+
width: calc(100% - 24rem)
2425
flex-grow: 0
2526
flex-shrink: 0
2627
@media screen and (max-width: $widescreen)
2728
flex-basis: calc(100% - 20rem)
29+
width: calc(100% - 20rem)
2830
@media screen and (max-width: $desktop)
2931
padding: 2rem 1.25rem
3032
@media screen and (max-width: $tablet)

0 commit comments

Comments
 (0)