Skip to content

Commit

Permalink
Small fixes for the Read the docs icon
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed May 23, 2022
1 parent 2c97ece commit a9764dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/layouts/partials/home/masthead.html
Expand Up @@ -15,12 +15,12 @@ <h1 class="mb-3 display-1">Orange B<span class="text-primary">oo</span>sted<br>w
<p class="lead mb-4">
Orange Boosted is a Bootstrap based, Orange branded accessible and ergonomic components library.
</p>
<div class="d-flex flex-column flex-md-row align-items-md-stretch justify-content-md-center gap-3 mb-4">
<div class="d-flex flex-column flex-md-row align-items-md-center justify-content-md-center gap-3 mb-4">
<div class="d-inline-block v-align-middle fs-5" style="min-width: fit-content;">
{{ highlight "npm i bootstrap" "sh" "" }}
{{ highlight "npm i boosted" "sh" "" }}
</div>
<a href="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction/" class="btn btn-lg btn-primary" onclick="ga('send', 'event', 'Jumbotron actions', 'Get started', 'Get started');">
<svg class="bi me-2" aria-hidden="true"><use xlink:href="#book-half"></use></svg>
<svg class="bi me-2 fs-2" aria-hidden="true"><use xlink:href="#book-half"></use></svg>
Read the docs
</a>
</div>
Expand Down

0 comments on commit a9764dd

Please sign in to comment.