From 62636cbbdbf9ff90d71d20dfb0bf8aefc33980bd Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 20 Nov 2024 10:27:11 -0500 Subject: [PATCH] fix some css problems --- groups/home/bootstrap3/Vue3-v.5-css.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/groups/home/bootstrap3/Vue3-v.5-css.html b/groups/home/bootstrap3/Vue3-v.5-css.html index 11230e2..8b7bc8d 100644 --- a/groups/home/bootstrap3/Vue3-v.5-css.html +++ b/groups/home/bootstrap3/Vue3-v.5-css.html @@ -174,7 +174,7 @@ .radiocontainer { display: inline-block; } - #booksradio, #articlesradio { + #booksradio, #articlesradio, #everythingradio { margin-right: 3px; } #advanced { @@ -402,14 +402,16 @@ } @media only screen and (max-width: 360px) { - #app2 { margin-bottom: 65px; } - #radios > label { margin-bottom: -5px; } + #app2 { margin-bottom: 85px; } + #radios > label, #radios > div > label { margin-bottom: -5px; } } - @media only screen and (max-width: 600px) { + + @media only screen and (max-width: 992px) { #advanced { - display: none; + display: none; } } + @media only screen and (max-width: 768px) { #login-text { display: none;