From f8184aeb3b21ae5db5845beb36cce7ff4e026401 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 25 Jul 2025 23:29:29 -0400 Subject: [PATCH] fix: add id and margin style to "Book A Study Room" h2 to fix height issue Co-authored-by: aider (o3) --- groups/home/bootstrap3/Vue3-v.6.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/groups/home/bootstrap3/Vue3-v.6.html b/groups/home/bootstrap3/Vue3-v.6.html index e200b8a..be5abb4 100644 --- a/groups/home/bootstrap3/Vue3-v.6.html +++ b/groups/home/bootstrap3/Vue3-v.6.html @@ -23,6 +23,11 @@ display: block; width: 100%; } + + /* Remove default heading margin for uniform button height */ + #bookastudyroom-heading { + margin: 0px; + }