Просмотр исходного кода

Merge pull request #211 from trwnh/patch-1

Fix missing bootstrap prefix in activity page
daniel 7 лет назад
Родитель
Сommit
85d164ce07
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/views/account/activity.blade.php

+ 1 - 1
resources/views/account/activity.blade.php

@@ -2,7 +2,7 @@
 
 @section('content')
 <div class="container notification-page" style="min-height: 60vh;">
-  <div class="col-12 col-md-8 offset-2">
+  <div class="col-12 col-md-8 offset-md-2">
     <ul class="list-group">
 
       @foreach($notifications as $notification)