From cb27c288f519b0bec7e5021c5cf542fb3ce9646f Mon Sep 17 00:00:00 2001 From: Mehul Goel Date: Mon, 19 Aug 2024 14:45:58 -0700 Subject: [PATCH] Added in phone support for projects page --- css/project.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/project.css b/css/project.css index c95e95d..3295832 100644 --- a/css/project.css +++ b/css/project.css @@ -140,4 +140,10 @@ border-color: var(--orange); color: var(--orange); font-weight: 900; +} + +@media (max-width: 1200px) { + #projects .card { + flex: 0 1 calc(100% - 1em); + } } \ No newline at end of file