We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd645b6 commit acd29acCopy full SHA for acd29ac
apps/developer-hub/src/components/IntegrationCard/index.module.scss
@@ -9,7 +9,7 @@
9
border: 1px solid var(--color-fd-border);
10
border-radius: 0.75rem; // 12px
11
background-color: var(--color-fd-card);
12
- box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
+ box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
13
text-decoration: none;
14
outline: none;
15
transition: border-color 200ms ease-out;
@@ -22,7 +22,7 @@
22
box-shadow: 0 0 0 2px var(--color-fd-accent);
23
}
24
25
- @media (min-width: 768px) {
+ @media (width >= 768px) {
26
padding: 1.5rem; // 24px
27
28
0 commit comments