diff --git a/assets/public/img/watch.png b/assets/public/img/watch.png index 7c400f0..0b910c4 100644 Binary files a/assets/public/img/watch.png and b/assets/public/img/watch.png differ diff --git a/styles/components/footer.less b/styles/components/footer.less index 0f5eea3..d4ea257 100644 --- a/styles/components/footer.less +++ b/styles/components/footer.less @@ -8,7 +8,6 @@ .footer { padding-top: 20px; padding-bottom: 20px; - margin-top: 100px; color: #777; background: #1c1c1c; text-align: center; diff --git a/styles/components/header.less b/styles/components/header.less index 2e6b73d..836ccc5 100644 --- a/styles/components/header.less +++ b/styles/components/header.less @@ -7,7 +7,7 @@ color: @navbar-inverse-link-color; background-color: @navbar-inverse-bg; display: flex; - min-height: calc(~"100vh - 230px"); + min-height: calc(~"100vh - 150px"); align-items: center; } diff --git a/styles/docs.css b/styles/docs.css index 2da3b70..18f45aa 100644 --- a/styles/docs.css +++ b/styles/docs.css @@ -39,7 +39,7 @@ */ body { position: relative; /* For scrollyspy */ - padding-top: 50px; /* Account for fixed navbar */ + padding-top: 70px; /* Account for fixed navbar */ } /* Keep code small in tables on account of limited space */