Fix issue with banner
This commit is contained in:
parent
450912aae3
commit
d741693de7
7 changed files with 18 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue