aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/app.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/app.component.css')
-rw-r--r--Timeline/ClientApp/src/app/app.component.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.css b/Timeline/ClientApp/src/app/app.component.css
index 63459382..759a30d6 100644
--- a/Timeline/ClientApp/src/app/app.component.css
+++ b/Timeline/ClientApp/src/app/app.component.css
@@ -1,6 +1,14 @@
-body {
- margin: 0;
- display: flex;
- justify-content: center;
+.fill-remaining-space {
+ flex: 1 1 auto;
+}
+
+a.icp-record {
+ color: grey;
+ text-decoration: none;
+ font-size: 0.8rem;
+ margin: 0 5vw;
}
+footer {
+ display: flex;
+}