Merge pull request #21 from nevanscott/hotfix/border

Hide the border when not a sidebar
This commit is contained in:
Heydon Pickering 2017-12-10 10:23:40 +00:00 committed by GitHub
commit ff0d87069c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -842,6 +842,9 @@ h1 svg {
.intro {
text-align: center;
}
.intro-and-nav {
border-right: none;
}
.intro-and-nav > div {
padding: 1.5rem;
}