diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-03-31 20:18:04 -0400 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2019-04-02 16:11:43 -0700 |
commit | 0803a82bffccdd609db03743d145c3d6656f220e (patch) | |
tree | 1838dcb9c5601bb047963def04563de70b97ee37 /content | |
parent | 96dedf5dd6c42125b3c6f976a1447de96e804600 (diff) |
Updated style for top page cover
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/_index.html b/content/_index.html index 147e38090..3fb296cdf 100644 --- a/content/_index.html +++ b/content/_index.html @@ -5,9 +5,9 @@ description = "A container sandbox runtime focused on security, efficiency, and +++ {{< blocks/cover image_anchor="top" height="auto" color="primary" title="gVisor" >}} -<div class="mx-auto" style="margin-bottom: 8rem !important;"> - <p class="lead" style="font-size: 1.6rem">A container sandbox runtime focused on <strong>security</strong>, <strong>efficiency</strong>, and <strong>ease of use</strong>.</p> - <a class="btn btn-lg btn-secondary mr-3 mb-4" href="./docs/user_guide/docker/">Quick Start<i class="fas fa-arrow-alt-circle-right ml-2"></i></a> +<div class="mx-auto"> + <p class="lead">A container sandbox runtime focused on <strong>security</strong>, <strong>efficiency</strong>, and <strong>ease of use</strong>.</p> + <a class="btn btn-lg btn-primary mr-3 mb-4" href="./docs/user_guide/docker/" >Quick Start<i class="fas fa-arrow-alt-circle-right ml-2"></i></a> <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/google/gvisor" rel="noopener">GitHub <i class="fab fa-github ml-2"></i></a> </div> {{< /blocks/cover >}} |