diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/Card.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Card.css b/src/components/Card.css index cca784b..39c51c7 100644 --- a/src/components/Card.css +++ b/src/components/Card.css @@ -1,6 +1,7 @@ .cardLink { text-decoration: none; color: black; + margin: 24px; } .Card { @@ -9,7 +10,6 @@ border: 2px solid #fbd38d; border-radius: 12px; padding: 0px 40px; - margin: 24px; } @media screen and (max-width: 600px) { |