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>
|
</Button>
|
||||||
</form>
|
</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} />}
|
{result && <ResultSection result={result} />}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue