diff options
author | Galen Guyer <galen@galenguyer.com> | 2021-01-31 09:59:25 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2021-01-31 09:59:25 -0500 |
commit | a9a75bc2d0c6fa96cefa9ca0c4896082ad8e68dc (patch) | |
tree | cbbce064c6fde4083a750e856d6c78e405ae489c /src/Card.css | |
parent | c2819fa47440a87322632ec91b89921e8e017835 (diff) |
Minor style updates
Diffstat (limited to 'src/Card.css')
-rw-r--r-- | src/Card.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Card.css b/src/Card.css index a4b3d2e..785b3e5 100644 --- a/src/Card.css +++ b/src/Card.css @@ -5,6 +5,6 @@ @media screen and (min-width: 768px) { .Card { - width: 18%; + width: 20%; } } |