From 264e571b0ca34d24f4997c5864a43d4f475e14dc Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Wed, 13 Apr 2022 19:10:44 -0400 Subject: full version 2 re-write --- src/App.css | 44 +++++++++++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 11 deletions(-) (limited to 'src/App.css') diff --git a/src/App.css b/src/App.css index 78106d4..50e39d9 100644 --- a/src/App.css +++ b/src/App.css @@ -1,15 +1,37 @@ .App { - text-align: center; - padding-bottom: 2rem; - padding-top: 1rem; - width: 90%; - margin-left: auto; - margin-right: auto; + text-align: center; + margin: auto; + max-width: 90vw; + + position: relative; + min-height: 100vh; + display: flex; + flex-direction: column; +} + +.App h1 { + font-size: 2.4em; + margin: 18px 0px 8px 0px; +} +.Updated .Latest { + font-size: 1.3em; + margin: 0px; +} +.Updated .Prior { + margin: 6px; + color: #666; +} + +.App a { + text-decoration: none; + color: #000; } -.Section { - display: flex; - justify-content: center; - margin-left: auto; - margin-right: auto; +.BlueLink { + color: #008 !important; } + +footer { + margin-top: auto; + margin-bottom: 20px; +} \ No newline at end of file -- cgit v1.2.3