fix: Add margin for error message
All checks were successful
Build Docker / BuildImage (push) Successful in 36s

This commit is contained in:
2025-02-28 13:10:33 +11:00
parent 7f0a13f44b
commit edbfa66249
2 changed files with 8 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ document.querySelector('.dnssec-toggle').addEventListener('click', function() {
} else {
// Display an error message
document.getElementById("ssl-results").innerHTML = `<h2>Error</h2>
<p>${data.message}</p>`;
<p style="margin-bottom: 3rem;">${data.message}</p>`;
}
})
.catch(error => {