From ab004b2ecab3fd6907d2e8fb8b0f3bc86e6f803d Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 20 Nov 2024 10:57:31 -0500 Subject: [PATCH] another css fix --- groups/home/bootstrap3/Vue3-v.5-css.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/groups/home/bootstrap3/Vue3-v.5-css.html b/groups/home/bootstrap3/Vue3-v.5-css.html index 8b7bc8d..d590034 100644 --- a/groups/home/bootstrap3/Vue3-v.5-css.html +++ b/groups/home/bootstrap3/Vue3-v.5-css.html @@ -401,9 +401,13 @@ } } + @media only screen and (max-width: 472px) { + #app2 { margin-bottom: 65px; } + #radios > label, #radios > div > label { margin-bottom: -5px; } + } + @media only screen and (max-width: 360px) { #app2 { margin-bottom: 85px; } - #radios > label, #radios > div > label { margin-bottom: -5px; } } @media only screen and (max-width: 992px) {