Skip to content

Commit

Permalink
fix: md styling for normal cards (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pritam248 authored Oct 19, 2020
1 parent b34c7d5 commit aa708c7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/Card/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,24 @@
.lil-card:hover > .lil-card-content {
@apply lil-block;
}
@screen lg {
.lil-card {
height: 300px;
width: 300px;
}
.lil-card > .lil-card-footer {
@apply lil-pt-2;
}
}
@screen md {
.lil-card {
height: 300px;
width: 300px;
}
.lil-card > .lil-card-footer {
@apply lil-pt-2;
}
}
@screen sm {
.lil-card {
height: 144px;
Expand Down

0 comments on commit aa708c7

Please sign in to comment.