From 36dfe9db232a5223308733e3e7a4dafbf996c5a7 Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 6 May 2021 04:52:07 +0300 Subject: [PATCH] change media query --- 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 7c83ace..f426165 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -219,7 +219,7 @@ margin: 8px; } - @media screen and (max-width: 850px) { + @media screen and (min-width: 1000px) { .page-content, .card.layout-card { width: 95vw; }