Skip to content

Commit

Permalink
Merge branch 'main' into main-lmp-input-text-bg-color
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Jul 8, 2022
2 parents dc4c204 + ead5230 commit 22a1a3f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions scss/_back-to-top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
right: var(--#{$prefix}back-to-top-right);
bottom: var(--#{$prefix}back-to-top-bottom);
z-index: var(--#{$prefix}back-to-top-zindex);
pointer-events: none;
}

.back-to-top-link {
Expand Down
3 changes: 1 addition & 2 deletions site/assets/scss/_boosted.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ body {
height: 25em;
font-size: 36%; // 1
box-shadow: -2em 2em $gray-600, -4em 4em $gray-300;
transform: rotateX(50deg) rotateY(0deg) rotateZ(-45deg);
scale: .7;
transform: rotateX(50deg) rotateY(0deg) rotateZ(-45deg) scale(.7);

@include media-breakpoint-up(sm) {
font-size: xx-small;
Expand Down
4 changes: 2 additions & 2 deletions site/layouts/_default/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h5 class="offcanvas-title" id="bdSidebarOffcanvasLabel">Browse docs</h5>
</a>
<h1 class="bd-title mb-0" id="content">{{ .Title | markdownify }}</h1>
</div>
<p class="bd-lead">{{ .Page.Params.Description | markdownify }}</p>
{{ partial "ads" . }}
<p class="bd-lead mt-2">{{ .Page.Params.Description | markdownify }}</p>
<!-- Boosted mod: No ads -->
</div>

{{ if (eq .Page.Params.toc true) }}
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="display-1">{{ .Title | markdownify }}</h1>
</div>
{{ end }}
</div>
<!-- No ads -->
<!-- Boosted mod: No ads -->
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion site/layouts/partials/ads.html

This file was deleted.

0 comments on commit 22a1a3f

Please sign in to comment.