jumbotron style
This commit is contained in:
parent
24dca41afa
commit
89acd6c50f
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
<div class="jumbotron jumbotron-fluid" style="background-image: url({{ .Site.Params.cover }});
|
<div class="jumbotron" style="background-image: url({{ .Site.Params.cover }});">
|
||||||
background-position: center center;background-size: cover; min-height: 200px; text-align: center">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="site-title">{{ .Site.Params.title }}</div>
|
<div class="site-title">{{ .Site.Params.title }}</div>
|
||||||
<p class="signature">{{ .Site.Params.signature }}</p>
|
<p class="signature">{{ .Site.Params.signature }}</p>
|
||||||
|
|
|
@ -18,6 +18,11 @@ p{
|
||||||
/* START - top cover part */
|
/* START - top cover part */
|
||||||
.jumbotron{
|
.jumbotron{
|
||||||
padding-top: 64px;
|
padding-top: 64px;
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
|
min-height: 200px;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-title{
|
.site-title{
|
||||||
|
|
Loading…
Add table
Reference in a new issue