better css class names

This commit is contained in:
Shannon Sterz 2016-01-14 18:01:17 +01:00
parent 6c50ed5fd2
commit 8c12d72c34
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/*Custom CSS*/ /*Custom CSS*/
.lol { .header {
margin-top: 50px; margin-top: 50px;
} }

View file

@ -24,7 +24,7 @@
</div> </div>
<script type="text/ng-template" id="/home.html"> <script type="text/ng-template" id="/home.html">
<div class="lol"> <div class="header">
<h1>Autome</h1> <h1>Autome</h1>
<form ng-submit="toggleLight()" style="margin-top:30px;"> <form ng-submit="toggleLight()" style="margin-top:30px;">
<button type="submit" class="button-primary">Light Switch</button> <button type="submit" class="button-primary">Light Switch</button>