Remove border from topbar nav

This commit is contained in:
Stasiek Michalski 2018-06-06 16:51:24 +02:00 committed by GitHub
parent f9bc974e54
commit f0d5024aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
@if($owner == true)
<div>
<ul class="nav nav-topbar d-flex justify-content-center">
<ul class="nav nav-topbar d-flex justify-content-center border-0">
<li class="nav-item">
<a class="nav-link {{request()->is('*/saved') ? '':'active'}} font-weight-bold text-uppercase" href="{{$user->url()}}">Posts</a>
</li>