From 04a88f6dd48d0c115c04686faefbf072df9a3c56 Mon Sep 17 00:00:00 2001 From: Mosaad <48773133+theMosaad@users.noreply.github.com> Date: Thu, 23 Feb 2023 01:34:50 +0200 Subject: [PATCH] delete duplicate css --- src/styles.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/styles.css b/src/styles.css index 83bd17662..019853c85 100644 --- a/src/styles.css +++ b/src/styles.css @@ -290,13 +290,3 @@ body::-webkit-scrollbar-thumb { grid-template-columns: 1fr; } } - -.People { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); - grid-gap: 5rem; - - @media all and (max-width: 400px) { - grid-template-columns: 1fr; - } -}