width
This commit is contained in:
parent
0732a23bf7
commit
1f2f13ba94
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@
|
||||||
|
|
||||||
@media screen and (max-width: 850px) {
|
@media screen and (max-width: 850px) {
|
||||||
.page-content, .card.layout-card {
|
.page-content, .card.layout-card {
|
||||||
width: 90vw;
|
width: 95vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Reference in a new issue