diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-04-13 19:10:44 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-04-13 19:44:24 -0400 |
commit | 264e571b0ca34d24f4997c5864a43d4f475e14dc (patch) | |
tree | 3ddfb30dbd97dc5c5c3da91a8e1cba4916348190 /src/App.css | |
parent | 290e1694efacc8bfea62b78538cb9d40003f62f6 (diff) |
full version 2 re-write
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 44 |
1 files changed, 33 insertions, 11 deletions
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 |