Skip to content

Commit

Permalink
Making part of title in header smaller and hide it on small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
rarog committed Nov 4, 2017
1 parent 3453a79 commit 1e754ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ $min = ($this->useMinified()) ? '.min' : '';
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="<?= $this->url('home') ?>">
<img src="<?= $this->basePath('img/Ætoms_-_Translation.svg') ?>" height="28" alt=""/>&nbsp;Translation Manager for Android Apps
<img src="<?= $this->basePath('img/Ætoms_-_Translation.svg') ?>" height="28" alt=""/>&nbsp;Translation Manager
<small class="hidden-xs"> for Android Apps</small>
</a>
</div>
<div class="collapse navbar-collapse">
Expand Down

0 comments on commit 1e754ef

Please sign in to comment.