Mobile layout fixes
* load screenshots when the modal is openend, not before * Abbreviate some strings
This commit is contained in:
parent
087803ed20
commit
8877fd1259
6 changed files with 40 additions and 225 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue