Refactored some things and added some css styles to the javascript things
This commit is contained in:
parent
8e67a91dc1
commit
620f457f62
6 changed files with 8 additions and 6 deletions
|
@ -5,7 +5,9 @@ import Footer from "../../Footer";
|
|||
export default function Ueber() {
|
||||
return (
|
||||
<>
|
||||
<h2 className="about">Über das Projekt</h2>
|
||||
<div className="sitePage">
|
||||
<h1>Über das Projekt</h1>
|
||||
</div>
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue