From 6413badada2f26bcefb362e5ea5400f9eb7c3656 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 2 May 2019 07:19:34 -0600 Subject: [PATCH] Avoid header expanding over examples --- examples/index.html | 20 ++++++++++++++++++-- examples/templates/example.html | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/examples/index.html b/examples/index.html index 0af03dfc76..4acb81f718 100644 --- a/examples/index.html +++ b/examples/index.html @@ -11,9 +11,25 @@ body { padding-top: 70px; } + img.header-logo { + padding-left: 18px; + } input.search-query { color: #333; } + @media (max-width: 480px) { + input.search-query { + width: 110px; + } + #count { + display: none; + } + } + @media (max-width: 374px) { + input.search-query { + display: none; + } + } .example { display: block; padding: 10px; @@ -182,9 +198,9 @@