From 0f3aeac4f324ff817ac54fbb1fc608aa8060a63d Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Mon, 4 Nov 2024 14:57:46 -0500 Subject: [PATCH] Update form width to account for increased space --- groups/home/bootstrap3/Vue3-v.5-css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groups/home/bootstrap3/Vue3-v.5-css.html b/groups/home/bootstrap3/Vue3-v.5-css.html index feb2971..912eecf 100644 --- a/groups/home/bootstrap3/Vue3-v.5-css.html +++ b/groups/home/bootstrap3/Vue3-v.5-css.html @@ -364,7 +364,7 @@ margin-top: -20px; } .form-width { - width: 40%; + width: 60%; } .nav-by-jumbotron { margin-top: 40px !important; @@ -441,7 +441,7 @@ max-height: 350px; } .form-width { - width: 340px; + width: 450px; } }