diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 7815e3d..f506b46 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -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; } } \ No newline at end of file