hopefully make this look better on smaller screens
This commit is contained in:
parent
646c7deefa
commit
fa4ca908d5
1 changed files with 3 additions and 2 deletions
|
@ -156,6 +156,7 @@
|
||||||
|
|
||||||
.page-content, .card.layout-card {
|
.page-content, .card.layout-card {
|
||||||
width: var(--cards-length);
|
width: var(--cards-length);
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-buttons {
|
.navigation-buttons {
|
||||||
|
@ -215,9 +216,9 @@
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 850px) {
|
||||||
.page-content, .card.layout-card {
|
.page-content, .card.layout-card {
|
||||||
width: 80%;
|
width: 90vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Reference in a new issue