diff --git a/client/components/main/myCards.styl b/client/components/main/myCards.styl index e4509a7d8..afd108362 100644 --- a/client/components/main/myCards.styl +++ b/client/components/main/myCards.styl @@ -1,14 +1,14 @@ .my-cards-board-wrapper - border-radius: 8px + border-radius: 0 0 4px 4px; //padding: 0.5rem min-width: 400px - border-width: 8px - border-color: grey - border-style: solid margin-bottom: 2rem margin-right: auto margin-left: auto - + border-width: 2px + border-style: solid + border-color: #a2a2a2 + .my-cards-board-title font-size: 1.4rem font-weight: bold