style: adjust scroll margin top card result

This commit is contained in:
Mahen 2026-03-04 08:14:09 +07:00
parent 5454a14fbc
commit e2bc9d2182
1 changed files with 1 additions and 1 deletions

View File

@ -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>