From 1f2f13ba94d3d5b241d5406629dda80a47a247c7 Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 6 May 2021 04:51:17 +0300 Subject: [PATCH] width --- templates/custom/header.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 489d1e5..7c83ace 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -221,7 +221,7 @@ @media screen and (max-width: 850px) { .page-content, .card.layout-card { - width: 90vw; + width: 95vw; } } \ No newline at end of file