Skip to content

Commit cc28c26

Browse files
[FEATURE] Corriger l'espace entre le menu et l'alert en format mobile (PIX-16665)
#11537
2 parents ff5cac5 + bd53cf1 commit cc28c26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
@use 'pix-design-tokens/breakpoints';
2+
13
.top-banners {
24
& > * {
35
margin-bottom: var(--pix-spacing-2x);
46
}
7+
8+
@include breakpoints.device-is('mobile') {
9+
margin-top: var(--pix-spacing-2x);
10+
}
511
}

0 commit comments

Comments
 (0)