Forgot to change the header in remote

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-11 15:28:12 +01:00
parent 0bd4ce1809
commit 858f1e3098
2 changed files with 5 additions and 1 deletions

View File

@@ -62,7 +62,7 @@
</div>
</header>
<main class="center-align container">
<main class="center-align container remote-container">
<div class="section">
<h3 id="remote-text">Remote Controller</h3>
</div>

View File

@@ -378,6 +378,10 @@ hide mdi-action-visibility mdi-action-visibility-off
margin-top:64px;
}
.remote-container{
margin-top:64px;
}
#mega-background{
-webkit-transition:background 0.5s, opacity 0.5s;
-moz-transition:background 0.5s, opacity 0.5s;