diff --git a/groups/home/bootstrap3/Vue3-v.5-css.html b/groups/home/bootstrap3/Vue3-v.5-css.html index 22dbc6a..a077fee 100644 --- a/groups/home/bootstrap3/Vue3-v.5-css.html +++ b/groups/home/bootstrap3/Vue3-v.5-css.html @@ -164,7 +164,6 @@ margin: -2px; } #radios { - margin-top: 8px; float: left; } #articlesradio { @@ -401,12 +400,18 @@ #login-text, #advanced { display: none; } + #radios { + margin-top: -8px; + } #defineYourSearch { display: none; } } @media only screen and (min-width: 768px) { + #radios { + margin-top: 8px; + } .nav-by-jumbotron { margin-top: 0 !important; }