diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-13 21:32:02 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-13 21:32:02 -0500 |
commit | 86943f07162043db2e51fdd0ec8dab32cffd58f9 (patch) | |
tree | 56086ffbf98946639dfcd2fd28653dc21742a5c0 /src/Card.css | |
parent | f8005d511855da5cdca8e47745366ec9829b909d (diff) |
change width of media query
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 745a7c8..a9ef4ee 100644 --- a/src/Card.css +++ b/src/Card.css @@ -3,7 +3,7 @@ width: 50%; } -@media screen and (min-width: 1080px) { +@media screen and (min-width: 768px) { .Card { width: 20%; } |