From dc520b8fda91332efb679d35349f5e45270e217e Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 10 Oct 2016 17:34:46 -0400 Subject: [PATCH] style border of cards --- src/styles/search.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/search.scss b/src/styles/search.scss index 43f9791..29eba64 100644 --- a/src/styles/search.scss +++ b/src/styles/search.scss @@ -163,4 +163,6 @@ a { .course-info { border: solid; + border-width: 2px; + border-radius 2px; }