2017-01-11 21:18:23 +01:00
|
|
|
.card-wrapper {
|
|
|
|
padding: 0 20px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
.card {
|
|
|
|
box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
|
|
|
|
border-radius: 2px;
|
2017-01-12 16:29:49 +01:00
|
|
|
|
2017-01-14 16:22:44 +01:00
|
|
|
h1, .h1, h2, .h2, h3, .h3 {
|
|
|
|
margin-top: 0;
|
2017-01-12 16:29:49 +01:00
|
|
|
}
|
2017-01-11 21:18:23 +01:00
|
|
|
}
|
|
|
|
}
|
2017-01-14 16:22:44 +01:00
|
|
|
|
|
|
|
.padded {
|
|
|
|
padding: 10px;
|
|
|
|
}
|