and deleted a file >:(
diff --git a/styles/Components/cardrow.module.css b/styles/Components/cardrow.module.css
deleted file mode 100644
index dde471f..0000000
--- a/styles/Components/cardrow.module.css
+++ /dev/null
@@ -1,12 +0,0 @@
-.container {
-    width: calc(100% - 20px);
-    height: 100%;
-    display: flex;
-    flex-wrap: wrap;
-    justify-content: center;
-    gap: 20px;
-}
-
-.item {
-    width: min(428px, 90%);
-}
\ No newline at end of file