mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -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 {
|
||||
clear: none;
|
||||
}
|
||||
.left-navblock,
|
||||
.main-header .logo {
|
||||
width:100%;
|
||||
left-margin: auto;
|
||||
right-margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
@ -97,7 +104,6 @@
|
|||
</a>
|
||||
<ul class="nav navbar-nav navbar-left">
|
||||
<li class="left-navblock">
|
||||
<div class="pull-left">
|
||||
@if (\App\Models\Setting::getSettings()->brand == '3')
|
||||
<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 }}">
|
||||
|
@ -112,7 +118,6 @@
|
|||
{{ \App\Models\Setting::getSettings()->site_name }}
|
||||
</a>
|
||||
@endif
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue