Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
card width (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-ToddRoberts authored and Blackbaud-PatrickOFriel committed Jul 21, 2017
1 parent 62cebc0 commit ac90387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/card/card.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
// vertically aligned with one another. Otherwise because of the inline nature of the card the browser
// will attempt to vertically align the cards based on the baselines of the text in each card.
vertical-align: top;
width: 300px;
width: 350px;
@include sky-shadow();
}

.sky-card-small {
height: 250px;
width: 200px;
width: 225px;
}

.sky-card-selectable {
Expand Down

0 comments on commit ac90387

Please sign in to comment.