Commit e8d10673 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: tx screen tweak (#5283)

tx screen tweak
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent c12b0a6d
...@@ -13,8 +13,10 @@ export const modalContainer = style([ ...@@ -13,8 +13,10 @@ export const modalContainer = style([
zIndex: 'modal', zIndex: 'modal',
overflow: 'scroll', overflow: 'scroll',
paddingY: '72', paddingY: '72',
paddingX: '12',
}), }),
{ {
alignItems: 'center',
justifyContent: 'center', justifyContent: 'center',
'@media': { '@media': {
'screen and (min-width: 656px)': { 'screen and (min-width: 656px)': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment