We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd26d3d commit 31a5facCopy full SHA for 31a5fac
site/components/Banner/Banner.tsx
@@ -74,7 +74,7 @@ export default () => {
74
</div>
75
76
<HomeDialog className={styles.top}
77
- promptTextareaStyle={{margin: "0 auto", width: "760px"}}
+ promptTextareaStyle={{margin: "0 auto", width: "40vw", minWidth: "300px"}}
78
recommendCaseClassName={styles.listContainer}
79
style={{margin: "270px auto", width: "unset"}}/>
80
{/*<div className={styles.buttons}>*/}
0 commit comments