Skip to content

Commit 5ee74f7

Browse files
ADDED: media query for adds
1 parent 1d9b45d commit 5ee74f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/layout/CarbonCard.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,10 @@
8383
text-transform: uppercase;
8484
transition: color .25s;
8585
}
86+
87+
@media screen and (max-height: 856px) {
88+
.carbon-card-wrap {
89+
display: none;
90+
}
91+
}
8692
</style>

0 commit comments

Comments
 (0)