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() {
- - } /> - } /> - } /> - } /> - } /> - } /> - - + + } /> + } /> + } /> + } /> + } /> + } /> + +
); diff --git a/src/Pages/listenansicht.jsx b/src/Pages/listenansicht.jsx index 33f0b86..ee3fb47 100644 --- a/src/Pages/listenansicht.jsx +++ b/src/Pages/listenansicht.jsx @@ -40,7 +40,7 @@ function Listenansicht(props) { {listen}
- + diff --git a/src/Pages/mainpage.jsx b/src/Pages/mainpage.jsx index c01cc69..3afbae6 100644 --- a/src/Pages/mainpage.jsx +++ b/src/Pages/mainpage.jsx @@ -23,7 +23,9 @@ function MainPage() { return (
-
{listen}
+
+ {listen} +
); }