Fix issue with banner

This commit is contained in:
ericb 2025-01-23 08:08:28 +01:00
parent 450912aae3
commit d741693de7
7 changed files with 18 additions and 15 deletions

View file

@ -136,6 +136,9 @@ h1, h2, h3, h4, h5{
.hero-primary, .hero-secondary{
padding: var(--div-padding)
}
.hero-secondary .img-fluid{
max-height:350px;
}
#lead{
display: flex;
height: 100%;
@ -223,6 +226,7 @@ h1, h2, h3, h4, h5{
}
.bottom-anchored{
margin-bottom: calc(var(--div-padding) * -1);
text-align: center;
}
article li:not(:first-of-type){
margin-top: 0.5rem;