commit 528065e77be402fedc0393fb5d69e16edb9698e7 parent 47150911452225400dc1c87fb9ebf254ef90f3db Author: Jake Bauer <jbauer@paritybit.ca> Date: Mon, 1 Feb 2021 00:31:45 -0500 Fix card sizing on med-sized screens Diffstat:
M | main.css | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/main.css b/main.css @@ -166,6 +166,12 @@ pre { } } +@media only screen and (max-width: 490px) { + .card { + width: 100%; + } +} + @media only screen and (max-width: 360px) { nav li { float: none;