aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/app.component.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-15 16:08:08 +0800
committercrupest <crupest@outlook.com>2019-02-15 16:08:08 +0800
commit3517512c4a6fa7eb61b8c5e5eca38c52c5577631 (patch)
tree1a5bf9be6a45b91f5b770c1ed0935246df93346a /Timeline/ClientApp/src/app/app.component.css
parent7024bc9666e62cc33f651e7a060235d17bd51f25 (diff)
downloadtimeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.tar.gz
timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.tar.bz2
timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.zip
Develop front end.
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;
+}