mirror of
https://github.com/AmanTahiliani/PeerNotes.git
synced 2026-08-07 11:55:12 -04:00
fix styling + folders
This commit is contained in:
@@ -7,7 +7,7 @@ export default function App() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Navbar />
|
<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
|
<img
|
||||||
src="/PeerNotes.png"
|
src="/PeerNotes.png"
|
||||||
alt="PeerNotes Logo"
|
alt="PeerNotes Logo"
|
||||||
|
|||||||
@@ -5,5 +5,6 @@ nav {
|
|||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
border: 3px solid #f1f1f1;
|
border: 3px solid #f1f1f1;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: white;
|
color: black;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user