diff --git a/webpage/public/logo.png b/webpage/public/logo.png new file mode 100644 index 000000000..da0dfd34e Binary files /dev/null and b/webpage/public/logo.png differ diff --git a/webpage/src/App.css b/webpage/src/App.css index 74b5e0534..1c831b152 100644 --- a/webpage/src/App.css +++ b/webpage/src/App.css @@ -3,25 +3,22 @@ } .App-logo { - height: 40vmin; - pointer-events: none; + height: 50px; /* Adjust the height to make the logo smaller */ + margin-right: 10px; } -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } +.App-header { + display: flex; + justify-content: center; + align-items: center; + min-height: 5vh; + color: black; + background-color: transparent; /* Remove the background color */ } -.App-header { - background-color: #282c34; - min-height: 100vh; +.App-header-content { display: flex; - flex-direction: column; align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; } .App-link { diff --git a/webpage/src/App.js b/webpage/src/App.js index d97b77ad3..2043ba10b 100644 --- a/webpage/src/App.js +++ b/webpage/src/App.js @@ -14,7 +14,12 @@ function App() { return (