| Index: static/scss/components/_card.scss | 
| =================================================================== | 
| --- a/static/scss/components/_card.scss | 
| +++ b/static/scss/components/_card.scss | 
| @@ -9,17 +9,19 @@ | 
| // help.eyeo.com is distributed in the hope that it will be useful, | 
| // but WITHOUT ANY WARRANTY; without even the implied warranty of | 
| // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
| // GNU General Public License for more details. | 
| // | 
| // You should have received a copy of the GNU General Public License | 
| // along with help.eyeo.com.  If not, see <http://www.gnu.org/licenses/>. | 
|  | 
| -// Cards ////////////////////////////////////////////////////////////////////// | 
| +/******************************************************************************* | 
| + * Cards | 
| + ******************************************************************************/ | 
|  | 
| .card | 
| { | 
| padding: $md; | 
| border: 1px solid $gray; | 
| border-top-width: 7px; | 
| border-radius: $xs; | 
| box-shadow: 0 0 8px 0 rgba(27, 48, 63, 0.2); | 
|  |