diff --git a/src/App.css b/src/App.css index fe388ae..83da33d 100644 --- a/src/App.css +++ b/src/App.css @@ -53,11 +53,11 @@ body { width: 100%; font-size: small; text-align: end; - font-weight: 500; + font-weight: 200; } .developer { - font-size: x-small; + font-size: medium; font-weight: 600; } @@ -73,6 +73,14 @@ body { width: 1em; } +.gov-logo-1 { + width: 1.79em; +} + +.gov-logo-3 { + width: 1.79em; +} + .title-text { margin: 0 1em 0 1em; font-size: medium; @@ -288,12 +296,17 @@ body { } .nscm-logo { - width: 2.5em; + width: 2em; } .gov-logo { width: 2.5em; } + + .gov-logo-3 { + width: 2.5em; + margin-top: 5px; + } } @media screen and (min-width: 2560px) { diff --git a/src/App.js b/src/App.js index 0841d77..ae37cf2 100644 --- a/src/App.js +++ b/src/App.js @@ -101,13 +101,12 @@ function App() {
-
HPOS Sickel Cell Test Dashboard
- +
HPOS Sickel Cell Test Dashboard
+ +
-
- Updated At: {Date(lastUpdate).toLocaleString()} -
+
@@ -121,6 +120,10 @@ function App() {
+
+ Updated At: {Date(lastUpdate).toLocaleString()} +
+
Developed by ShanMukha
diff --git a/src/gov_logo2.png b/src/gov_logo2.png index 2e55fa9..c32f824 100644 Binary files a/src/gov_logo2.png and b/src/gov_logo2.png differ diff --git a/src/gov_logo3.png b/src/gov_logo3.png index 3e286f5..8451dd0 100644 Binary files a/src/gov_logo3.png and b/src/gov_logo3.png differ diff --git a/src/gov_logo4.png b/src/gov_logo4.png new file mode 100644 index 0000000..c63d4e4 Binary files /dev/null and b/src/gov_logo4.png differ