#298 moved the content to the left a bit

This commit is contained in:
tidusjar 2016-06-08 22:22:32 +01:00
commit 553065e0fb

View file

@ -8,10 +8,10 @@
@if (Model.NoticeEnable) @if (Model.NoticeEnable)
{ {
<div class="row" style="padding-top: 20px"> <div class="row" style="padding-top: 20px">
<div class="col-md-1 col-md-push-4"> <div class="col-md-1 col-md-push-3">
<i class="fa fa-bell fa-5x"></i> <i class="fa fa-bell fa-5x"></i>
</div> </div>
<div class="col-md-5 col-md-push-4"> <div class="col-md-5 col-md-push-3">
<span class="landing-title">Notice</span> <span class="landing-title">Notice</span>
<br/> <br/>
@Model.NoticeMessage @Model.NoticeMessage
@ -25,10 +25,10 @@
<br/> <br/>
} }
<div class="row"> <div class="row">
<div class="col-md-1 col-md-push-4"> <div class="col-md-1 col-md-push-3">
<i class="fa fa-check-circle fa-5x"></i> <i class="fa fa-check-circle fa-5x"></i>
</div> </div>
<div class="col-md-5 col-md-push-4"> <div class="col-md-5 col-md-push-3">
<span class="landing-title">Currently Online</span> <span class="landing-title">Currently Online</span>
<br/> <br/>
The Plex server is currently online (check this page for continuous status updates) The Plex server is currently online (check this page for continuous status updates)