Skip to content

Commit

Permalink
layout fixes for portrait (which got lost, somehow)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Apr 9, 2024
1 parent d4890a6 commit c5caa35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@
<div id="toc" class="sidebar">
<div>
<img src="{{ site.url }}{{ site.baseurl }}/img/countess.png" width="100%">
</br>
<a href="{{ site.url }}{{ site.baseurl }}">CountESS {{ site.version }}</a></p>
{% if page.parent %}/ <a href="../">{{ page.parent }}</a>{% endif %}
<br/>
<a href="{{ site.url }}{{ site.baseurl }}">CountESS {{ site.version }}</a>
</div>
<p>
</p>
</div>
<div class="content" id="content">
{{ content }}
Expand Down
1 change: 1 addition & 0 deletions docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ div.navbar {

div.sidebar div {
text-align: center;
margin-bottom: 2rem;
}

div.sidebar div img {
Expand Down

0 comments on commit c5caa35

Please sign in to comment.