change media query
This commit is contained in:
parent
1f2f13ba94
commit
36dfe9db23
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@
|
|||
margin: 8px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 850px) {
|
||||
@media screen and (min-width: 1000px) {
|
||||
.page-content, .card.layout-card {
|
||||
width: 95vw;
|
||||
}
|
||||
|
|
Reference in a new issue