fix styling + folders

This commit is contained in:
afazio1
2024-04-11 00:56:43 -04:00
parent 15240ca5f9
commit 6556bb643b
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ export default function App() {
return (
<>
<Navbar />
<div className="App" style={{ display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center', height: '100vh' , gap: 15}}>
<div className="App" style={{ display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center', height: '90vh' , gap: 15}}>
<img
src="/PeerNotes.png"
alt="PeerNotes Logo"

View File

@@ -5,5 +5,6 @@ nav {
padding: 1rem 2rem;
border: 3px solid #f1f1f1;
border-radius: 5px;
color: white;
color: black;
background-color: white;
}