diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-14 13:19:23 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-14 13:19:23 -0500 |
commit | 7c3d8b98e6331169883cee2d66b7d31e7230f496 (patch) | |
tree | 242254a7ee798b42a84f344c25d8e512a793e73f /src/Card.css | |
parent | 24aef8d70f7602ab241f75e38baf8df028378b7d (diff) |
add some fancier styling with better labels
Diffstat (limited to 'src/Card.css')
-rw-r--r-- | src/Card.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Card.css b/src/Card.css index a9ef4ee..a4b3d2e 100644 --- a/src/Card.css +++ b/src/Card.css @@ -1,10 +1,10 @@ .Card { padding: 16px; - width: 50%; + width: 40%; } @media screen and (min-width: 768px) { .Card { - width: 20%; + width: 18%; } } |