From 7d4ce89e9bb051eb2065159d6a0579fb80211152 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Tue, 23 Oct 2018 14:13:45 -0400 Subject: [PATCH 1/2] fix alignment --- _sass/navigation.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_sass/navigation.scss b/_sass/navigation.scss index eed75a3..79594da 100644 --- a/_sass/navigation.scss +++ b/_sass/navigation.scss @@ -11,10 +11,11 @@ @include mq(md) { position: absolute; - top: $sp-4; + top: 0; right: 0; + height: 60px; + padding-top: $sp-4; z-index: 101; - padding-bottom: $sp-4; box-shadow: inset 0 -1px 0 $border-color; } } From 97743c1c18e628a7d7a52369242a5059cc94079d Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Tue, 23 Oct 2018 14:24:42 -0400 Subject: [PATCH 2/2] Fix link --- index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.md b/index.md index 4da572c..0d7a904 100644 --- a/index.md +++ b/index.md @@ -59,9 +59,8 @@ Just the Docs is distributed by an [MIT license](https://github.com/pmarsceill/j ### Contributing When contributing to this repository, please first discuss the change you wish to make via issue, -email, or any other method with the owners of this repository before making a change. Read more about becoming a contributor in [our GitHub repo][954661c7]. +email, or any other method with the owners of this repository before making a change. Read more about becoming a contributor in [our GitHub repo](https://github.com/pmarsceill/just-the-docs#contributing). - [954661c7]: https://github.com/pmarsceill/just-the-docs/tree/master/CONTRIBUTING.md "Contributing.md on Just the Docs GitHub repository" ### Code of Conduct