changes mentioned by alexa (#7)

* changes mentioned by alexa

* removing redundancy

---------

Co-authored-by: Sahej Panag <spanag3@gatech.edu>
This commit is contained in:
Sahej Panag
2024-04-11 00:44:10 -04:00
committed by GitHub
parent 867574abfd
commit c5395db154
3 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={{