From 00bbe2124fc04f252a3074058bcb4871d970ae70 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 15 Jan 2021 00:41:47 -0800 Subject: html: improvements to reactive search filters and main serp column --- fatcat_scholar/templates/base.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 3b6eb99..7df0502 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -41,8 +41,15 @@ @media only screen and (min-width: 768px) { .mobile-only { display: none !important; } } + @media only screen and (max-width: 991px) and (min-width: 768px) { + .ui.container { width: 820px; } + } @media only screen and (max-width: 991px) { .tablet-hide { display: none !important; } + .ui.grid>[class*="fourteen wide"].column.serp-column { + width: 100% !important; + box-shadow: none !important; + } } @media only screen and (min-width: 992px) { .tablet-only { display: none !important; } -- cgit v1.2.3