Added cards and scroll styling

This commit is contained in:
Piyush Sharma
2022-04-05 20:17:50 -04:00
parent b2c4178482
commit 8f46ad77b8
5 changed files with 85 additions and 24 deletions

View File

@@ -0,0 +1,4 @@
.horizontal-scroller{
display: flex;
overflow-x: auto;
}