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 {