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

Fixed behaviour in firefox/safari

parent 5b16dc32
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,10 @@ h1, h2, h3, h4, h5, h6 {
display: block;
}
.rightborder {
border: none;
}
.left-nav, .right-nav {
width: 100%;
display: none;
......@@ -199,12 +203,15 @@ h1, h2, h3, h4, h5, h6 {
justify-content: stretch;
align-content: flex-start;
padding-left: 1em;
flex-wrap: wrap;
}
.left-nav ul li {
.left-nav ul li, .right-nav ul li {
padding-right: 0;
margin-right: -1em;
padding-left: 0;
width: 100%;
}
.code {
......
......@@ -32,9 +32,9 @@
</ul>
</div>
<div class="right-nav" id="right-nav">
<div class="right-nav btn-orange code" id="right-nav">
<ul>
<li class="btn-orange code">
<li>
<a href="{{ link }}"><i class="fa fa-gitlab" aria-hidden="true"></i> Code</a>
</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment