Fix font weight (Closes #738)

master
Jonathan Garbee 2015-07-06 12:41:28 -04:00 committed by Addy Osmani
parent 9be15f0f0d
commit e65bc5c3e9
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font-size: $card-font-size; font-size: $card-font-size;
font-weight: 400;
min-height: $card-height; min-height: $card-height;
overflow: hidden; overflow: hidden;
width: $card-width; width: $card-width;