1
0
Fork 0

Define offset only for md layout (following)

Fix #160 for following list
This commit is contained in:
trwnh 2018-06-03 01:46:25 -05:00 committed by GitHub
parent 89646cf1c6
commit 48240d319c
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($following->count() !== 0)
<ul class="list-group mt-4">
@foreach($following as $user)