Skip to content

Commit 6915fcd

Browse files
committed
update docs card styling
1 parent cbe7df6 commit 6915fcd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

web-components/card-tile/card-tile.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ a {
4040
}
4141

4242
.support-card {
43-
margin: 0.5em;
43+
margin: 0.2em;
44+
}
45+
46+
.support-card:hover {
47+
background-color: #e3e3e3;
48+
transition: 0.2s ease-in-out;
4449
}
4550

4651
.card div:nth-child(0) {

0 commit comments

Comments
 (0)