fix: more style tweaks

This commit is contained in:
Tienson Qin
2021-08-27 20:31:52 +08:00
parent 5261460a7d
commit da3f182333
2 changed files with 6 additions and 6 deletions

View File

@@ -114,13 +114,13 @@
@media (min-width: 1024px) {
.panel-content {
min-width: 700px;
min-width: 740px;
}
.panel-content .ls-card {
width: 700px;
width: 740px;
min-height: 60vh;
max-height: 700px;
max-height: 740px;
}
}