Skip to content

Commit

Permalink
fix(bal-stage): adjusted content width mobile to full-width (#684)
Browse files Browse the repository at this point in the history
* fix(bal-stage): adjusted content width mobile to full-width

* chore(): update base images
  • Loading branch information
GinaBiondo-aperto committed Oct 7, 2022
1 parent 285e6e0 commit 65bcec9
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions packages/components/src/components/bal-stage/bal-stage.sass
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
flex-direction: column
justify-content: center
padding-top: calc(var(--bal-space-xxxx-large) + 4rem)
padding-bottom: var(--bal-space-xx-large)
padding-bottom: var(--bal-space-xxx-large)
+tablet
padding-top: calc(var(--bal-space-tablet-xxxx-large) + 4rem)
padding-bottom: var(--bal-space-tablet-xx-large)
Expand Down Expand Up @@ -94,7 +94,6 @@
margin-bottom: 66px
+block(stage-body)
& > *
max-width: calc(100% - 66px)
+tablet
max-width: calc(100% - 120px)
+desktop
Expand Down

0 comments on commit 65bcec9

Please sign in to comment.