1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Documentation tweaks (#28679)

* Documentation tweaks

* Remove redundant col-12 classes
This commit is contained in:
Martijn Cuppens
2019-05-08 18:58:29 +02:00
committed by XhmikosR
parent 292cb46cb9
commit a827934f13
5 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<div class="masthead-followup row m-0 border border-white">
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
<div class="col-md-4 p-3 p-md-5 bg-light border border-white">
{{ "<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->" | safeHTML }}
{{ partial "icons/import.svg" (dict "class" "text-primary mb-2" "width" "32" "height" "32") }}
<h3>Installation</h3>
@@ -13,7 +13,7 @@
<a class="btn btn-outline-primary" href="/docs/{{ .Site.Params.docs_version }}/getting-started/download/">Read installation docs</a>
</div>
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
<div class="col-md-4 p-3 p-md-5 bg-light border border-white">
{{ "<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->" | safeHTML }}
{{ partial "icons/download.svg" (dict "class" "text-primary mb-2" "width" "32" "height" "32") }}
<h3>BootstrapCDN</h3>
@@ -30,7 +30,7 @@
<a class="btn btn-outline-primary" href="/docs/{{ .Site.Params.docs_version }}/layout/overview/">Explore the docs</a>
</div>
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
<div class="col-md-4 p-3 p-md-5 bg-light border border-white">
{{ "<!-- Icon by Bytesize https://github.com/danklammer/bytesize-icons -->" | safeHTML }}
{{ partial "icons/lightning.svg" (dict "class" "text-primary mb-2" "width" "32" "height" "32") }}
<h3>Official Themes</h3>