diff --git a/dist/public/assets/site.css b/dist/public/assets/site.css index d9c300a..a2e142d 100644 --- a/dist/public/assets/site.css +++ b/dist/public/assets/site.css @@ -130,8 +130,6 @@ a.brand { .card { position: relative; display: inline-block; - width: 80vw; - max-width: 800px; margin-top: 4vh; padding: 20px 30px 50px; background-color: #fff; @@ -139,6 +137,11 @@ a.brand { box-shadow: 0 2px 6px hsla(0, 0%, 0%, 0.2); } +.card > .spacer { + width: 80vw; + max-width: 800px; +} + .attribution { position: absolute; z-index: -1; diff --git a/dist/templates/layout.html.hbs b/dist/templates/layout.html.hbs index 36622bb..5f5753b 100644 --- a/dist/templates/layout.html.hbs +++ b/dist/templates/layout.html.hbs @@ -13,6 +13,7 @@

Error: {{ this }}

{{/with}} {{> @partial-block }} +

Hagrid v{{ version }} built from {{ commit }}