fix : 대시보드 css 수정

main
이범준 2 years ago
parent 82ae4a4144
commit 26d0916e33

@ -7,6 +7,12 @@ div.dashboard {
grid-row-gap: 10px; grid-row-gap: 10px;
} }
@media (max-width: 1200px) {
div.dashboard {
grid-template-columns : repeat(4,minmax(18rem, 18rem));
}
}
div.dashboard .card { div.dashboard .card {
height: 100% height: 100%
} }

Loading…
Cancel
Save