diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 18:47:41 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-20 18:47:41 +0100 |
commit | 0447cd8999c96e9faac20ee8b58c8f6c978f56b7 (patch) | |
tree | c8d4bea1cc4bfde8a494d26d8a96cb73f2dc057b /index | |
parent | 3a96d0e9e7e1b7cc6255b7fc5cf4a6a33c6a7def (diff) |
Shrink branding logo on extra small devices.
Diffstat (limited to 'index')
-rw-r--r-- | index/topbar.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index/topbar.mdwn b/index/topbar.mdwn index c20046a..9ae8c37 100644 --- a/index/topbar.mdwn +++ b/index/topbar.mdwn @@ -8,7 +8,7 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> -<a class="navbar-brand" href="#"><img src="logo2_out.png" alt="OmniPresence" height="20px" width="auto"></a> +<a class="navbar-brand" href="#"><img class="hidden-xs" src="logo2_out.png" alt="OmniPresence" height="20px" width="auto"><img class="visible-xs-inline" src="logo2_out.png" alt="OmniPresence" height="10px" width="auto"></a> </div> <div class="collapse navbar-collapse" id="navbar-collapse-1"> |