Mostly added a contact page instead of direct mail link. But lots of little things mostly around cleanup too.
All checks were successful
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / build (push) Successful in 6s
Build and deploy Main Bridgeman Accessible website to QA/Stagging (private Kubernetes cluster) / deploy (push) Has been skipped

This commit is contained in:
Alan Bridgeman 2025-06-11 14:18:49 -05:00
parent d2db2037f4
commit 4e1a13b537
18 changed files with 905 additions and 859 deletions

View file

@ -82,6 +82,11 @@ nav {
color: light-dark(#333, #DDD);
}
.nav-links.active li:last-child a {
background-color: light-dark(#0077c2, #005f99);
color: light-dark(#fff, #000);
}
@media screen and (min-width: 768px) {
nav {
align-items: center;