| Index: static/css/main.css | 
| =================================================================== | 
| --- a/static/css/main.css | 
| +++ b/static/css/main.css | 
| @@ -711,8 +711,27 @@ | 
| } | 
| /* overriding display:none above */ | 
| #footer #social-list | 
| { | 
| display: block; | 
| } | 
| } | 
| + | 
| +/* Cards | 
| 
 
ire
2018/02/26 19:01:31
There doesn't seem to me to be anything related to
 
juliandoucette
2018/02/27 13:00:06
Agreed... Wasn't sure what to call it :/ ... Any s
 
ire
2018/02/28 09:21:54
I'm not sure either. Considering that this may be
 
juliandoucette
2018/02/28 19:40:00
How about "item"?
 
ire
2018/03/01 09:06:05
I don't think "item" really has much meaning eithe
 
juliandoucette
2018/03/01 10:34:09
Yes, at least in the almost identical "features" s
 
ire
2018/03/01 14:15:07
Alright. I'm still not 100% sure about the name "i
 
 | 
| + *****************************************************************************/ | 
| + | 
| +.card-deck | 
| 
 
ire
2018/02/26 19:01:31
Did you mean for there to be a comma after this?
 
juliandoucette
2018/02/27 13:00:06
Yes *blush*
 
ire
2018/02/28 09:21:54
:P
 
 | 
| +.card-body | 
| +{ | 
| + margin: 1em 0; | 
| +} | 
| + | 
| +.card | 
| +{ | 
| + margin: 2em 0 1em 0; | 
| +} | 
| + | 
| +.card-heading | 
| +{ | 
| + text-transform: uppercase; | 
| +} |