From b773d3b1fa1ca4e01b100eb5e89b88b8347740ce Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 27 Apr 2018 10:21:51 -0700 Subject: no full width title on desktop --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 3a7cc55..852ae77 100644 --- a/static/style.css +++ b/static/style.css @@ -163,7 +163,7 @@ pre { line-height: 1em; z-index: 1; cursor: pointer; - width: 100%; + width: 5rem; background-color: #ccc; } @@ -219,6 +219,10 @@ button { /* overflow: hidden; */ } + .logo { + width: 100%; + } + #filters { display: none; } -- cgit v1.2.3