fix: add id and margin style to "Book A Study Room" h2 to fix height issue

Co-authored-by: aider (o3) <aider@aider.chat>
This commit is contained in:
Mark Eaton
2025-07-25 23:29:29 -04:00
co-authored by aider
parent f41dcffde2
commit f8184aeb3b
+6 -1
View File
@@ -23,6 +23,11 @@
display: block; display: block;
width: 100%; width: 100%;
} }
/* Remove default heading margin for uniform button height */
#bookastudyroom-heading {
margin: 0px;
}
</style> </style>
<!-- Google Tag Manager (noscript) --> <!-- Google Tag Manager (noscript) -->
<noscript> <noscript>
@@ -121,7 +126,7 @@
aria-label="Book A Study Room" aria-label="Book A Study Room"
> >
<div class="nav-divs-by-jumbotron" id="bookastudyroom"> <div class="nav-divs-by-jumbotron" id="bookastudyroom">
<h2>Book A Study Room</h2> <h2 id="bookastudyroom-heading">Book A Study Room</h2>
</div> </div>
</button> </button>
<a <a