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:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user