From 86138e94bfcc627784a769330e71cba829ac31f6 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 16 Nov 2024 23:53:07 -0500 Subject: [PATCH] change breakpoint for advanced search link --- groups/home/bootstrap3/Vue3-v.5-css.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/groups/home/bootstrap3/Vue3-v.5-css.html b/groups/home/bootstrap3/Vue3-v.5-css.html index a436ebc..3a9f8bd 100644 --- a/groups/home/bootstrap3/Vue3-v.5-css.html +++ b/groups/home/bootstrap3/Vue3-v.5-css.html @@ -406,11 +406,17 @@ #radios > label { margin-bottom: -5px; } } + @media only screen and (max-width: 600px) { + #advanced { + display: none; + } + } + @media only screen and (max-width: 768px) { - #login-text, #advanced { + #login-text { display: none; } - #radios { + #radios, #advanced { margin-top: -8px; } #defineYourSearch {