style: adjust scroll margin top card result
This commit is contained in:
parent
5454a14fbc
commit
e2bc9d2182
|
|
@ -176,7 +176,7 @@ export default function AnalysisClient() {
|
|||
</Button>
|
||||
</form>
|
||||
|
||||
<div ref={resultRef} id="result-section" className="scroll-mt-20">
|
||||
<div ref={resultRef} id="result-section" className="scroll-mt-28">
|
||||
{result && <ResultSection result={result} />}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue