Skip to content

Commit

Permalink
v0.0.1a
Browse files Browse the repository at this point in the history
  • Loading branch information
theADAMJR committed Apr 19, 2020
1 parent dfcedea commit 20c1772
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
</p>
</div>
</header>
<footer>
<p class="float-right">Bot + Dashboard v0.0.1a</p>
</footer>
6 changes: 6 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ body, mat-sidenav-content {
footer {
position: fixed;
bottom: 0;
width: 100%;
padding: 5px;
}

footer p {
margin: 0 !important;
}

table {
Expand Down

0 comments on commit 20c1772

Please sign in to comment.