Skip to content

Commit

Permalink
docs(layout): improve Examples / Essentials layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed May 4, 2020
1 parent 33d86d5 commit ad4e396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions site/_layouts/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---

<header role="banner" class="d-flex flex-column flex-md-row align-items-md-center p-5">
<header role="banner" class="container-fluid py-5">
<div class="pt-md-3 pb-md-4">
<h1 class="bd-title mt-0">{{ page.title | smartify }}</h1>
<p class="bd-lead">{{ page.description | smartify }}</p>
Expand All @@ -14,6 +14,6 @@ <h1 class="bd-title mt-0">{{ page.title | smartify }}</h1>
<!-- Boosted mod : remove ads -->
</header>

<main class="bd-content p-5" id="content" role="main">
<main class="bd-content container-fluid pb-5" id="content" role="main">
{{ content }}
</main>
2 changes: 0 additions & 2 deletions site/docs/4.4/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,11 @@
.bd-title {
margin-top: 1rem;
margin-bottom: .5rem;
font-weight: 300;
@include font-size(3rem);
}

.bd-lead {
@include font-size(1.125rem);
font-weight: 300;

@include media-breakpoint-up(lg) {
max-width: 80%;
Expand Down

0 comments on commit ad4e396

Please sign in to comment.