From 20c1772b15f44590ddab1dfc2ceb614000f12f2b Mon Sep 17 00:00:00 2001
From: theADAMJR
Date: Sun, 19 Apr 2020 14:32:49 +0100
Subject: [PATCH] v0.0.1a
---
src/app/home/home.component.html | 3 +++
src/styles.css | 6 ++++++
2 files changed, 9 insertions(+)
diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index ec5759b..7d98121 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -10,3 +10,6 @@
+
\ No newline at end of file
diff --git a/src/styles.css b/src/styles.css
index e8f11e6..67a7543 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -31,6 +31,12 @@ body, mat-sidenav-content {
footer {
position: fixed;
bottom: 0;
+ width: 100%;
+ padding: 5px;
+}
+
+footer p {
+ margin: 0 !important;
}
table {