From bd425b8fb85efebfae31e45b0c30b521ecd82a79 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 20 Feb 2018 18:12:29 -0800 Subject: website: dynamic metrics --- docs/res/base.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/res') diff --git a/docs/res/base.css b/docs/res/base.css index 5cc6cc39d..bf0c440b7 100644 --- a/docs/res/base.css +++ b/docs/res/base.css @@ -470,8 +470,14 @@ box h3 { /* ------------------------------------------------------ */ +/* wide windows */ +@media only screen and (min-width: 566px) { + .narrow-window { display: none; } +} + /* narrow windows */ @media only screen and (max-width: 565px) { + .wide-window { display: none; } .row.menu ul { justify-content: space-between; } -- cgit v1.2.3