changes mentioned by alexis

This commit is contained in:
Sahej Panag
2024-04-09 16:45:06 -04:00
parent b61355b48a
commit 78b7c729ee
2 changed files with 9 additions and 5 deletions

View File

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