fix: match "Book A Study Room" button width and display to other nav buttons

Co-authored-by: aider (o3) <aider@aider.chat>
This commit is contained in:
Mark Eaton
2025-07-25 23:15:53 -04:00
co-authored by aider
parent e2c7f9e271
commit f41dcffde2
+7
View File
@@ -17,6 +17,12 @@
outline: 3px solid #0056b3; /* high-contrast blue */ outline: 3px solid #0056b3; /* high-contrast blue */
outline-offset: 2px; outline-offset: 2px;
} }
/* Ensure nav-jumbotron buttons match link width */
.nav-jumbotron-link.btn-link {
display: block;
width: 100%;
}
</style> </style>
<!-- Google Tag Manager (noscript) --> <!-- Google Tag Manager (noscript) -->
<noscript> <noscript>
@@ -111,6 +117,7 @@
id="eq_32886" id="eq_32886"
type="button" type="button"
class="ga-by-jumbotron ga-by-jumbotron-rooms nav-jumbotron-link btn-link" class="ga-by-jumbotron ga-by-jumbotron-rooms nav-jumbotron-link btn-link"
style="display:block;width:100%;"
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">