summaryrefslogtreecommitdiff
path: root/docs/res
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-02-21 05:12:29 +0300
committerRasmus Andersson <rasmus@notion.se>2018-02-21 05:46:59 +0300
commitbd425b8fb85efebfae31e45b0c30b521ecd82a79 (patch)
tree345e94e3ffa009268676e1df09c06c03ea7f2b88 /docs/res
parentedfd4883002ec944c92bbf98a7a51f2629efc879 (diff)
downloadinter-bd425b8fb85efebfae31e45b0c30b521ecd82a79.tar.xz
website: dynamic metrics
Diffstat (limited to 'docs/res')
-rw-r--r--docs/res/base.css6
1 files changed, 6 insertions, 0 deletions
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;
}