commit | 15b813df080d9a87c3046ce30ed51f89a321b8f4 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sun Feb 13 10:06:09 2022 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Sun Feb 13 10:06:09 2022 +0000 |
tree | 13e4219afb047a7c4a7625a82218f8eed4125ac5 | |
parent | e0283a8a4b370f9cb96488b20b642afaf8549efe [diff] [blame] |
added files
diff --git a/styles/Components/cardrow.module.css b/styles/Components/cardrow.module.css new file mode 100644 index 0000000..dde471f --- /dev/null +++ b/styles/Components/cardrow.module.css
@@ -0,0 +1,12 @@ +.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