From e80a882ad1ea1e802ca5b631daf23b238540c110 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 26 Jul 2025 23:11:46 -0400 Subject: [PATCH] fix: align Book a Study Room button height with other nav buttons Co-authored-by: aider (o3) --- groups/home/bootstrap3/Vue3-v.6-css.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groups/home/bootstrap3/Vue3-v.6-css.html b/groups/home/bootstrap3/Vue3-v.6-css.html index 2cc90c5..c087e89 100644 --- a/groups/home/bootstrap3/Vue3-v.6-css.html +++ b/groups/home/bootstrap3/Vue3-v.6-css.html @@ -258,6 +258,9 @@ .nav-jumbotron-link.btn-link { display: block; width: 100%; + padding: 0; /* remove default Bootstrap padding */ + border: none; /* ensure no extra border height */ + background: none; /* keep background controlled by inner div */ } /* Remove default heading margin for uniform button height */