summaryrefslogtreecommitdiff
path: root/site/resources
diff options
context:
space:
mode:
authorhorus2018-02-14 21:42:07 +0100
committerhorus2018-02-14 21:42:07 +0100
commitb86800372f2c923827af22235114b95c7478adf4 (patch)
tree53cc7d414d71599f1a59bab175dec0e71f26f79d /site/resources
parent77a30d7da9330ccd1435131ece4c5737f8dd2165 (diff)
downloadalkobote-b86800372f2c923827af22235114b95c7478adf4.tar.gz
Makes the jumbotron full width on search page. (website)
Diffstat (limited to 'site/resources')
-rw-r--r--site/resources/views/search.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/resources/views/search.blade.php b/site/resources/views/search.blade.php
index aad5572..c7b7e98 100644
--- a/site/resources/views/search.blade.php
+++ b/site/resources/views/search.blade.php
@@ -15,7 +15,7 @@ Sie haben nach {{ ucfirst($search_phrase) }} gesucht ({{$data->count()}} Treffer
@section('content')
<div class="container">
<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark bbg-white ttext-dark box-shadow">
- <div class="col-md-6 px-0">
+ <div class="col-md-12 px-0">
<h1 class="display-4 font-italic">
<?php
if ( "" == $search_phrase) {