소스 검색

Remove border from topbar nav

Stasiek Michalski 7 년 전
부모
커밋
f0d5024aa6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/profile/show.blade.php

+ 1 - 1
resources/views/profile/show.blade.php

@@ -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>