Margin under banner. Closes #263

This commit is contained in:
James Brooks
2015-01-04 17:21:32 +00:00
parent 81adad479b
commit ec34516007
2 changed files with 5 additions and 1 deletions

View File

@@ -47,6 +47,10 @@ body.status-page {
margin-top: 10px;
}
.app-banner {
margin-bottom: 30px;
}
.about-app {
margin-top: 40px;
margin-bottom: 40px;

View File

@@ -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' />