From f41dcffde2ac54f8824a1e1c614eab0149b54a88 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 25 Jul 2025 23:15:53 -0400 Subject: [PATCH] fix: match "Book A Study Room" button width and display to other nav buttons Co-authored-by: aider (o3) --- groups/home/bootstrap3/Vue3-v.6.html | 7 +++++++ 1 file changed, 7 insertions(+) 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%; + }