From 55c8b787df7537623dac91b03f05ba7e70c1f81c Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 9 Feb 2020 08:18:44 +0000 Subject: [PATCH] Make hero logo image link to home --- webclient/src/App.js | 4 +++- webclient/src/light.css | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/webclient/src/App.js b/webclient/src/App.js index 6431adc..4f9cbb0 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -75,7 +75,9 @@ function App() {
- + + +
diff --git a/webclient/src/light.css b/webclient/src/light.css index f2c5ece..2d510b8 100644 --- a/webclient/src/light.css +++ b/webclient/src/light.css @@ -27,6 +27,10 @@ body { margin: auto; } +.hero a { + outline: none; +} + #ps-menu .menu .item { padding: 1.25rem 1rem !important; }