hopefully make this look better on smaller screens

This commit is contained in:
hippoz 2021-05-06 04:31:14 +03:00
parent 646c7deefa
commit fa4ca908d5
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -156,6 +156,7 @@
.page-content, .card.layout-card {
width: var(--cards-length);
overflow-x: auto;
}
.navigation-buttons {
@ -215,9 +216,9 @@
margin: 8px;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 850px) {
.page-content, .card.layout-card {
width: 80%;
width: 90vw;
}
}
</style>