Offset only for md layout (followers)

Fix #160 for followers list
This commit is contained in:
trwnh 2018-06-03 01:44:29 -05:00 committed by GitHub
parent ceb0c0ae2b
commit 89646cf1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
</div>
</div>
<div class="col-12 col-md-8 offset-2">
<div class="col-12 col-md-8 offset-md-2">
@if($followers->count() !== 0)
<ul class="list-group mt-4">
@foreach($followers as $user)