Skip to content
Snippets Groups Projects
Commit 3628721d authored by Josh Borrow's avatar Josh Borrow
Browse files

Minor UI fix for right navbar

parent 8f8114d7
Branches
No related tags found
No related merge requests found
......@@ -230,10 +230,13 @@ h1, h2, h3, h4, h5, h6 {
justify-content: stretch;
align-content: flex-start;
padding-left: 1em;
flex-wrap: wrap;
}
.left-nav ul {
padding-left: 1em;
}
.left-nav ul li, .right-nav ul li {
padding-right: 0;
padding-left: 0;
......@@ -241,6 +244,10 @@ h1, h2, h3, h4, h5, h6 {
width: 100%;
}
.right-nav ul li a {
padding-left: 1em;
}
.code {
border-radius: 0;
border-bottom-left-radius: 4px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment