diff --git a/groups/home/bootstrap3/Vue3-v.5-css.html b/groups/home/bootstrap3/Vue3-v.5-css.html index e267765..dec685e 100644 --- a/groups/home/bootstrap3/Vue3-v.5-css.html +++ b/groups/home/bootstrap3/Vue3-v.5-css.html @@ -153,12 +153,15 @@ } #app2 { margin: auto; - width: 70%; + width: 80%; } #onesearch-header { font-size: 10em; margin-bottom: 0; } + .form-width { + width: 100%; + } .zero-margin { margin: -2px; } diff --git a/groups/home/bootstrap3/src/main5.js b/groups/home/bootstrap3/src/main5.js index 2df9f73..cef3dda 100644 --- a/groups/home/bootstrap3/src/main5.js +++ b/groups/home/bootstrap3/src/main5.js @@ -77,7 +77,7 @@ const onesearchComponent = {
-
+