diff --git a/index.html b/index.html index ddb8b6d..11f5218 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,24 @@ NIST AI Glossary Browser -
+
+
+
+ diff --git a/src/index.css b/src/index.css index c7f2f66..5d9316e 100644 --- a/src/index.css +++ b/src/index.css @@ -27,17 +27,24 @@ a:hover { body { margin: 0; display: flex; + flex-direction: column; place-items: center; min-width: 320px; min-height: 100vh; } +footer { + padding: 1rem; + margin: 0 2rem; + font-size: 0.6rem; +} + #root { display: flex; flex-direction: column; place-items: center; width: 100%; - padding: 2rem; + padding: 2rem 0; } button {