diff options
author | crupest <crupest@outlook.com> | 2019-02-15 16:08:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-15 16:08:08 +0800 |
commit | f867fb7fed885c474dda18e9a9ca7b1d64c9407f (patch) | |
tree | 9d09e39c6463c332eddb0549974db53a1d4f80fa /Timeline/ClientApp/src/app/app.component.css | |
parent | 3c140656ebe6ed34dda9356a01dbff205651e641 (diff) | |
download | timeline-f867fb7fed885c474dda18e9a9ca7b1d64c9407f.tar.gz timeline-f867fb7fed885c474dda18e9a9ca7b1d64c9407f.tar.bz2 timeline-f867fb7fed885c474dda18e9a9ca7b1d64c9407f.zip |
Develop front end.
Diffstat (limited to 'Timeline/ClientApp/src/app/app.component.css')
-rw-r--r-- | Timeline/ClientApp/src/app/app.component.css | 16 |
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; +} |