mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
Fix ads alignment
This commit is contained in:
committed by
XhmikosR
parent
e09f306b6b
commit
4634fd7c1a
@@ -23,15 +23,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<header class="d-flex flex-column flex-md-row align-items-md-center p-5 border-bottom">
|
<header class="py-5 border-bottom">
|
||||||
<div class="container pt-md-1 pb-md-4">
|
<div class="container pt-md-1 pb-md-4">
|
||||||
<h1 class="bd-title mt-0">{{ .Title | markdownify }}</h1>
|
<h1 class="bd-title mt-0">{{ .Title | markdownify }}</h1>
|
||||||
<p class="bd-lead">{{ .Page.Params.Description | markdownify }}</p>
|
<p class="bd-lead">{{ .Page.Params.Description | markdownify }}</p>
|
||||||
{{ if eq .Title "Examples" }}
|
{{ if eq .Title "Examples" }}
|
||||||
<a href="{{ .Site.Params.download.source }}" class="btn btn-lg btn-bd-primary" onclick="ga('send', 'event', 'Examples', 'Hero', 'Download');">Download source code</a>
|
<a href="{{ .Site.Params.download.source }}" class="btn btn-lg btn-bd-primary" onclick="ga('send', 'event', 'Examples', 'Hero', 'Download');">Download source code</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
|
||||||
{{ partial "ads" . }}
|
{{ partial "ads" . }}
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="bd-content py-5" id="content" role="main">
|
<main class="bd-content py-5" id="content" role="main">
|
||||||
|
Reference in New Issue
Block a user