fix: align Book a Study Room button height with other nav buttons

Co-authored-by: aider (o3) <aider@aider.chat>
This commit is contained in:
Mark Eaton
2025-07-26 23:11:46 -04:00
co-authored by aider
parent 1b2ec612f4
commit e80a882ad1
+3
View File
@@ -258,6 +258,9 @@
.nav-jumbotron-link.btn-link { .nav-jumbotron-link.btn-link {
display: block; display: block;
width: 100%; 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 */ /* Remove default heading margin for uniform button height */