Margin under banner. Closes #263
This commit is contained in:
@@ -47,6 +47,10 @@ body.status-page {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.app-banner {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.about-app {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
@section('content')
|
||||
@if($bannerImage = Setting::get('app_banner'))
|
||||
<div class='row'>
|
||||
<div class='row app-banner'>
|
||||
<div class='col-md-12 text-center'>
|
||||
<?php $bannerType = Setting::get('app_banner_type') ?>
|
||||
<img src='data:{{ $bannerType }};base64, {{ $bannerImage}}' class='banner-image img-responsive' />
|
||||
|
||||
Reference in New Issue
Block a user