Mobile layout fixes

* load screenshots when the modal is openend, not before
* Abbreviate some strings
This commit is contained in:
Henne Vogelsang 2014-12-17 14:05:35 +01:00
parent 087803ed20
commit 8877fd1259
6 changed files with 40 additions and 225 deletions

View file

@ -9,7 +9,8 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">{{site.title}}</a>
<a class="navbar-brand page-scroll hidden-xs hidden-sm" href="#page-top">{{site.title}}</a>
<a class="navbar-brand page-scroll visible-xs visible-sm" href="#page-top">OSEM</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">