Hide the border when not a sidebar

This commit is contained in:
Nevan Scott 2017-12-09 18:46:05 +01:00
parent dda006483f
commit b7d33a86e5
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;
}