fixed fullscreen jumbotron height; don't render jumbotron if not home page
This commit is contained in:
parent
fc530bc483
commit
c1ebf68128
2 changed files with 6 additions and 1 deletions
|
|
@ -633,6 +633,11 @@ header {
|
|||
}
|
||||
}
|
||||
header.jumbotronContainer {
|
||||
> *:first-child {
|
||||
padding-top: 15px;
|
||||
}
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
.jumbotron { display: flex; }
|
||||
{{ if .Site.Data.jumbotron.background }}
|
||||
background:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue