From db9cab225214ab650470c7258813a24122831c19 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Mon, 11 Nov 2024 16:43:10 -0500 Subject: [PATCH] align radios on mobile --- groups/home/bootstrap3/Vue3-v.5-css.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; }