diff --git a/docs/content/_index.md b/docs/content/_index.md index f00f850f..99253da3 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -3,7 +3,8 @@ title: "Intro" date: 2018-02-11T16:52:23-05:00 --- -![Athens logo](/banner.png) +Athens Logo + ## Welcome to Athens diff --git a/docs/static/banner.png b/docs/static/banner.png index d77d5506..cc8ab633 100644 Binary files a/docs/static/banner.png and b/docs/static/banner.png differ diff --git a/docs/themes/hugo-theme-learn/layouts/partials/logo.html b/docs/themes/hugo-theme-learn/layouts/partials/logo.html index d2d77ab9..e8c3f4b5 100644 --- a/docs/themes/hugo-theme-learn/layouts/partials/logo.html +++ b/docs/themes/hugo-theme-learn/layouts/partials/logo.html @@ -1,3 +1,3 @@ - diff --git a/docs/themes/hugo-theme-learn/static/css/theme.css b/docs/themes/hugo-theme-learn/static/css/theme.css index d449cd9c..6a5dee00 100644 --- a/docs/themes/hugo-theme-learn/static/css/theme.css +++ b/docs/themes/hugo-theme-learn/static/css/theme.css @@ -343,7 +343,7 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ border: 1px solid #ccc; } #body .padding { - padding: 3rem 6rem; + padding: 1rem 6rem 3rem 6rem; } @media only all and (max-width: 59.938em) { #body .padding {