Skip to content

Commit 2209de9

Browse files
committed
update
1 parent 80b8273 commit 2209de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/DemoPage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if __name__ == "__main__":
136136
</div>
137137

138138
<div style={{
139-
margin: '30px 0px 0px 0px',
139+
margin: '14px 0px 0px 0px',
140140
padding: '25px 30px',
141141
borderLeft: '4px solid var(--chat-button-bg)',
142142
borderRadius: '6px',
@@ -163,7 +163,7 @@ if __name__ == "__main__":
163163
</div>
164164

165165
{/* Right Pane with the main App wrapped in the Dynamic Data Provider */}
166-
<div className="layout" style={{ marginTop: '30px' }}>
166+
<div className="layout" style={{ marginTop: '5px' }}>
167167
<div className="left-pane">
168168
<LeftPane
169169
selectedHour={selectedHour}

0 commit comments

Comments
 (0)