diff --git a/groups/home/bootstrap3/Vue3-v.5-css.html b/groups/home/bootstrap3/Vue3-v.5-css.html index dec685e..a436ebc 100644 --- a/groups/home/bootstrap3/Vue3-v.5-css.html +++ b/groups/home/bootstrap3/Vue3-v.5-css.html @@ -171,6 +171,9 @@ #articlesradio { margin-left: 10px; } + #articlesradiocontainer { + display: inline-block; + } #booksradio, #articlesradio { margin-right: 3px; } @@ -398,6 +401,11 @@ } } + @media only screen and (max-width: 360px) { + #app2 { margin-bottom: 65px; } + #radios > label { margin-bottom: -5px; } + } + @media only screen and (max-width: 768px) { #login-text, #advanced { display: none;