Show district branding on root with correct slug

This commit is contained in:
Eli Ribble 2026-02-01 02:57:58 +00:00
parent c5f6db0b73
commit c435feeebc
No known key found for this signature in database
5 changed files with 48 additions and 9 deletions

View file

@ -11,6 +11,13 @@
height: 100%;
}
}
.district-logo {
display:block;
margin-left:auto;
margin-right:auto;
max-height: 88px;
width: auto;
}
.service-card {
transition: transform 0.3s;
height: 100%;