Skip to content
Snippets Groups Projects
Commit e82ebc38 authored by Olivier Goulet's avatar Olivier Goulet
Browse files

fix: unlock the cloud bg

parent d2ae419c
Branches astro
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ custom_jumbotron: |
<div class="custom-jumbotron-img-wrapper">
<img class="img img-responsive margin-auto" src="./images/unlock-the-cloud.png" alt="" />
</div>
header_wrapper_class: featured-header container
header_wrapper_class: featured-header
custom_jumbotron_class: unlock-the-cloud-jumbotron
links: [[href: "#about", text: "ABOUT"], [href: "#agenda", text: "AGENDA"]]
container: container-fluid
......
......@@ -49,13 +49,16 @@ main {
}
}
.featured-header.header-wrapper {
min-height: 100vh;
.featured-jumbotron {
padding: 0;
}
.header-wrapper {
.header-wrapper .featured-jumbotron > .container {
position: relative;
padding-top: 6rem;
padding-bottom: 6rem;
background: url('../images/tile.png');
background-color: #404040;
background-size: @background-tile-size;
// Grid pattern
......@@ -82,9 +85,6 @@ main {
}
.featured-jumbotron {
padding-top: 6rem;
padding-bottom: 6rem;
p {
font-size: @jumbotron-font-sm;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment