Skip to content

Commit acd29ac

Browse files
committed
chore(dev-hub) Format fix
1 parent cd645b6 commit acd29ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/developer-hub/src/components/IntegrationCard/index.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
border: 1px solid var(--color-fd-border);
1010
border-radius: 0.75rem; // 12px
1111
background-color: var(--color-fd-card);
12-
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
12+
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
1313
text-decoration: none;
1414
outline: none;
1515
transition: border-color 200ms ease-out;
@@ -22,7 +22,7 @@
2222
box-shadow: 0 0 0 2px var(--color-fd-accent);
2323
}
2424

25-
@media (min-width: 768px) {
25+
@media (width >= 768px) {
2626
padding: 1.5rem; // 24px
2727
}
2828
}

0 commit comments

Comments
 (0)