diff --git a/groups/home/bootstrap3/Vue3-v.6.html b/groups/home/bootstrap3/Vue3-v.6.html index 13cdb8d..e200b8a 100644 --- a/groups/home/bootstrap3/Vue3-v.6.html +++ b/groups/home/bootstrap3/Vue3-v.6.html @@ -17,6 +17,12 @@ outline: 3px solid #0056b3; /* high-contrast blue */ outline-offset: 2px; } + + /* Ensure nav-jumbotron buttons match link width */ + .nav-jumbotron-link.btn-link { + display: block; + width: 100%; + }