From 99d4f336ba6f73d67c1bc58492efbbab8addaf87 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Thu, 24 Jun 2021 00:35:56 -0400 Subject: [PATCH] Added link to menu --- src/components/Navbar.js | 2 +- src/styles/App.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.js b/src/components/Navbar.js index 354711a..8069dca 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -9,7 +9,7 @@ const Navbar = () => ( Vytal logo
- + diff --git a/src/styles/App.css b/src/styles/App.css index 249dac8..f2e93b3 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -60,7 +60,7 @@ table { th { font-weight: 600; - font-size: 14px; + font-size: 15px; text-align: left; }