From 8e0f15f5c8ac70ae121c6c2737d64383eb80c7d1 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Mon, 11 Nov 2024 16:22:23 -0500 Subject: [PATCH] switch width control from .form-with to #app2 --- groups/home/bootstrap3/Vue3-v.5-css.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/groups/home/bootstrap3/Vue3-v.5-css.html b/groups/home/bootstrap3/Vue3-v.5-css.html index cf80f43..22dbc6a 100644 --- a/groups/home/bootstrap3/Vue3-v.5-css.html +++ b/groups/home/bootstrap3/Vue3-v.5-css.html @@ -153,8 +153,9 @@ } #app2 { margin: auto; - width: 500px; + width: 70%; } + .form-width { width: 100%; } #onesearch-header { font-size: 10em; margin-bottom: 0; @@ -376,9 +377,6 @@ nav.navbar-default.main-nav-container { margin-top: -20px; } - .form-width { - width: 60%; - } .nav-by-jumbotron { margin-top: 40px !important; } @@ -400,7 +398,7 @@ } @media only screen and (max-width: 768px) { - #login-text { + #login-text, #advanced { display: none; } #defineYourSearch { @@ -453,9 +451,6 @@ max-width: 100%; max-height: 350px; } - .form-width { - width: 450px; - } } @media only screen and (min-width: 1200px) {