mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
Center the logo text on small screens. It's looking more reasonable by the week...
This commit is contained in:
parent
9c77de6473
commit
a152b0ae54
|
@ -62,6 +62,13 @@
|
||||||
.nav::after {
|
.nav::after {
|
||||||
clear: none;
|
clear: none;
|
||||||
}
|
}
|
||||||
|
.left-navblock,
|
||||||
|
.main-header .logo {
|
||||||
|
width:100%;
|
||||||
|
left-margin: auto;
|
||||||
|
right-margin: auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -97,7 +104,6 @@
|
||||||
</a>
|
</a>
|
||||||
<ul class="nav navbar-nav navbar-left">
|
<ul class="nav navbar-nav navbar-left">
|
||||||
<li class="left-navblock">
|
<li class="left-navblock">
|
||||||
<div class="pull-left">
|
|
||||||
@if (\App\Models\Setting::getSettings()->brand == '3')
|
@if (\App\Models\Setting::getSettings()->brand == '3')
|
||||||
<a class="logo navbar-brand no-hover" href="{{ config('app.url') }}">
|
<a class="logo navbar-brand no-hover" href="{{ config('app.url') }}">
|
||||||
<img class="navbar-brand-img" src="{{ config('app.url') }}/uploads/{{ \App\Models\Setting::getSettings()->logo }}">
|
<img class="navbar-brand-img" src="{{ config('app.url') }}/uploads/{{ \App\Models\Setting::getSettings()->logo }}">
|
||||||
|
@ -112,7 +118,6 @@
|
||||||
{{ \App\Models\Setting::getSettings()->site_name }}
|
{{ \App\Models\Setting::getSettings()->site_name }}
|
||||||
</a>
|
</a>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue