Skip to content

Commit 9045943

Browse files
committed
WEB-2418: Restore padding in hero mobile layouts
1 parent 379fca9 commit 9045943

4 files changed

Lines changed: 8 additions & 1 deletion
-114 Bytes
Loading
-138 Bytes
Loading
-138 Bytes
Loading

src/hero.css.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,14 @@ export const containerDesktop = sprinkles({alignItems: 'center', height: '100%'}
3939

4040
export const actions = style([
4141
sprinkles({display: 'flex', flex: 1, alignItems: 'flex-end'}),
42-
{marginTop: 32},
42+
{
43+
marginTop: 24,
44+
'@media': {
45+
[mq.tabletOrBigger]: {
46+
marginTop: 32,
47+
},
48+
},
49+
},
4350
]);
4451

4552
export const layout = style({

0 commit comments

Comments
 (0)