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