Fixes Minor Responsiveness Issues

This commit is contained in:
2023-11-09 01:58:23 -03:00
parent 93791a60ae
commit 920701b1bb
4 changed files with 29 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
.stack-card {
width: 300px;
width: 325px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 15px;
}
@@ -44,6 +47,6 @@
.inactive {
opacity: 0.7;
width: 300px;
width: 280px;
height: 410px;
}