From fc021b35fd84dd5f82a9f8cb7c31a0c236aefa81 Mon Sep 17 00:00:00 2001 From: Stefan-5422 <32109571+Stefan-5422@users.noreply.github.com> Date: Wed, 1 Jun 2022 12:16:45 +0200 Subject: [PATCH] Fix Formatting --- src/App.css | 3 +-- src/App.js | 18 +++++++++--------- src/Pages/listenansicht.jsx | 2 +- src/Pages/mainpage.jsx | 4 +++- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/src/App.css b/src/App.css index 8387549..cf344a4 100644 --- a/src/App.css +++ b/src/App.css @@ -1,14 +1,13 @@ @tailwind base; @tailwind components; @tailwind utilities; -@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap"); .App { text-align: center; font-family: quicksand, arial; - } .App-logo { diff --git a/src/App.js b/src/App.js index 99be101..2fba503 100644 --- a/src/App.js +++ b/src/App.js @@ -29,15 +29,15 @@ function App() {