styling nom

This commit is contained in:
2025-08-03 19:38:59 +02:00
parent 28ee97782c
commit b03a442444
3 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -77,12 +77,12 @@ export default function Nominations() {
{isLoading ? "Nomineren..." : "Nomineer"}
</button>
</form>
{message && (
<div className="mt-4 rounded bg-gray-800 p-3 text-center text-white">
{message}
</div>
)}
</div>
{message && (
<div className="absolute bottom-118 mt-4 rounded bg-gray-800 p-3 text-center text-white">
{message}
</div>
)}
<footer>
<p>© 2020-2025 Hoestende Draken PartyCo</p>
</footer>