Make everything fit on 1 page
This commit is contained in:
parent
d211c0a2aa
commit
287a5323da
2 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
{{ partial "style.html" "scss/index.scss" }}
|
||||
</head>
|
||||
<body>
|
||||
<div class="jumbotron mb-0 jumbotron-fluid text-center vertical-center hero-jumbotron">
|
||||
<div class="jumbotron mb-0 jumbotron-fluid text-center vertical-center">
|
||||
<div class="container">
|
||||
<h1 class="display-1">{{ .Site.Title }}</h1>
|
||||
<p class="lead">You should give me money. Here's how:</p>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.hero-jumbotron {
|
||||
height: 100vh;
|
||||
@include media-breakpoint-up(lg) {
|
||||
.jumbotron {
|
||||
height: 50vh;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue