feat: card height and breakpoint
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user