diff options
Diffstat (limited to 'resources/views/list_anime.blade.php')
| -rw-r--r-- | resources/views/list_anime.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/list_anime.blade.php b/resources/views/list_anime.blade.php index df1971f..dd8cc4e 100644 --- a/resources/views/list_anime.blade.php +++ b/resources/views/list_anime.blade.php @@ -7,7 +7,7 @@ <div class="page-header"> <div class="row"> @if ( "airing_anime" == \Request::route()->getName() || "season" == \Request::route()->getName() ) - <div class="col-6"> + <div class="col-12 col-lg-6"> @endif <h1>{{ $title }}</h1> @@ -23,7 +23,7 @@ @if ( "airing_anime" == \Request::route()->getName() || "season" == \Request::route()->getName() ) <!-- Change Season --> - <div class="col-6"> + <div class="col-12 col-lg-6"> <form id="season_change" action="/changeSeason/" method="get"> <div class="form-group"> <label for="season_switcher"> |
