We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff5cac5 + bd53cf1 commit cc28c26Copy full SHA for cc28c26
orga/app/styles/components/banner/top-banners.scss
@@ -1,5 +1,11 @@
1
+@use 'pix-design-tokens/breakpoints';
2
+
3
.top-banners {
4
& > * {
5
margin-bottom: var(--pix-spacing-2x);
6
}
7
8
+ @include breakpoints.device-is('mobile') {
9
+ margin-top: var(--pix-spacing-2x);
10
+ }
11
0 commit comments