From 85f669a25bcf77b046dac3d04a8bad8f442ceb8f Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 30 Apr 2018 09:40:08 +0200 Subject: [PATCH] Client: use of ForkAwesome instead of FontAwesome --- mpwo_client/public/index.html | 6 ++++-- mpwo_client/src/components/App.css | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mpwo_client/public/index.html b/mpwo_client/public/index.html index b1be28e2..f8443a15 100644 --- a/mpwo_client/public/index.html +++ b/mpwo_client/public/index.html @@ -11,9 +11,11 @@ rel="stylesheet" > + href="https://cdn.jsdelivr.net/npm/fork-awesome@1.0.11/css/fork-awesome.min.css" + integrity="sha256-MGU/JUq/40CFrfxjXb5pZjpoZmxiP2KuICN5ElLFNd8=" + crossorigin="anonymous" + > mpwo diff --git a/mpwo_client/src/components/App.css b/mpwo_client/src/components/App.css index 8b1e8721..1e8feaf5 100644 --- a/mpwo_client/src/components/App.css +++ b/mpwo_client/src/components/App.css @@ -40,7 +40,6 @@ } .card { - padding-top: 15px; text-align: left; }