Merge pull request #21 from nevanscott/hotfix/border
Hide the border when not a sidebar
This commit is contained in:
commit
ff0d87069c
|
@ -842,6 +842,9 @@ h1 svg {
|
||||||
.intro {
|
.intro {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.intro-and-nav {
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
.intro-and-nav > div {
|
.intro-and-nav > div {
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user