Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions card.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
}
}
.body {
margin: 10px 20px 0;
overflow: hidden;
margin: 0;
padding: 10px 20px 0 20px;
color: #555;
font-weight: 300;
font-family: @content-font;
Expand Down Expand Up @@ -92,7 +92,8 @@

&.oversized {
.body {
height: 200px;
height: 260px;
box-shadow: rgba(228, 228, 228, 0.62) 0px -14px 10px -3px inset;
}
.footer {
border-top: 1px dashed #ccc;
Expand Down