diff options
| author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-06-06 11:33:14 -0400 |
|---|---|---|
| committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-06-06 11:33:14 -0400 |
| commit | d3d2abbb011fe9c2a7d14b2a4b3016d55033aae8 (patch) | |
| tree | eac9ca00071275738281e7d841da22be92be0847 /src/client/views/collections/CollectionCardDeckView.scss | |
| parent | 1f7b0c1a2c9c66887ddac1389237b003953f9954 (diff) | |
hm
Diffstat (limited to 'src/client/views/collections/CollectionCardDeckView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionCardDeckView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionCardDeckView.scss b/src/client/views/collections/CollectionCardDeckView.scss index a089b248d..8a721a626 100644 --- a/src/client/views/collections/CollectionCardDeckView.scss +++ b/src/client/views/collections/CollectionCardDeckView.scss @@ -28,7 +28,7 @@ // width: 300px; background-color: rgb(218, 218, 218); /* Background color of the container */ border-radius: 50px; /* Rounds the corners of the container */ - transform: translateY(75px); + transform: translateY(25px); // box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Optional: Adds shadow for depth */ align-items: center; /* Centers buttons vertically */ justify-content: start; /* Centers buttons horizontally */ |
