mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
#298 moved the content to the left a bit
This commit is contained in:
parent
46f7a0769e
commit
553065e0fb
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@
|
|||
@if (Model.NoticeEnable)
|
||||
{
|
||||
<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>
|
||||
</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>
|
||||
<br/>
|
||||
@Model.NoticeMessage
|
||||
|
@ -25,10 +25,10 @@
|
|||
<br/>
|
||||
}
|
||||
<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>
|
||||
</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>
|
||||
<br/>
|
||||
The Plex server is currently online (check this page for continuous status updates)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue