diff options
| author | horus | 2020-09-18 19:48:51 +0200 |
|---|---|---|
| committer | horus | 2020-09-18 19:48:51 +0200 |
| commit | 6447c00b3d3b6afebfb11c64c38f0f5d7a8af77b (patch) | |
| tree | 453bfd530cc53824d35ceb2ac2d0f44c3b39ef2e /resources | |
| parent | 3f0368713366cfb619fa7ef18a873c09925dafab (diff) | |
| download | senpai-6447c00b3d3b6afebfb11c64c38f0f5d7a8af77b.tar.gz | |
minor improvement for lg displays
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/views/list_anime.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/list_anime.blade.php b/resources/views/list_anime.blade.php index 459203d..11cc0fe 100644 --- a/resources/views/list_anime.blade.php +++ b/resources/views/list_anime.blade.php @@ -24,7 +24,7 @@ <div class="row"> @endonce @endif - <div class="col-sm-12 col-lg-3 d-flex align-items-stretch"> + <div class="col-sm-12 col-lg-4 col-xl-3 d-flex align-items-stretch"> <div class="card" style="margin-bottom: 10px; width: 100%; @if( "surprising_anime" == \Request::route()->getName() ) @if ( 0 < $anime->score_today - $anime->score_begin ) |
