From 3517512c4a6fa7eb61b8c5e5eca38c52c5577631 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 15 Feb 2019 16:08:08 +0800 Subject: Develop front end. --- Timeline/ClientApp/src/app/app.component.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'Timeline/ClientApp/src/app/app.component.css') 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; +} -- cgit v1.2.3