feat: card height and breakpoint

This commit is contained in:
Fredrik Thorsson
2024-08-06 21:08:48 +02:00
parent ca7c50659e
commit ed08db94cc

View File

@@ -3,7 +3,7 @@
background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Small);
max-height: 460px;
height: 460px;
width: 480px;
}
@@ -54,7 +54,7 @@
justify-content: center;
}
@media screen and (min-width: 1180px) {
@media screen and (min-width: 1367px) {
.card {
grid-template-columns: 1fr min(480px);
height: 285px;