add prettier tailwind

This commit is contained in:
2025-07-02 19:14:47 +02:00
parent 142d2986b6
commit 389b6db432
102 changed files with 55921 additions and 5 deletions
+5 -5
View File
@@ -11,14 +11,14 @@ export default function Nominations() {
const [songURL, setSongURL] = useState("");
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24 bg-orange-200">
<h1 className={`${vollkorn.className} text-[42px]`}>Nominaties</h1>
<main className="flex min-h-screen flex-col items-center justify-between bg-orange-200 p-24">
<h1 className={`${vollkorn.className} text text-[42px]`}>Nominaties</h1>
<form className="flex flex-col items-center justify-between">
<label className="block w-lg text-gray-700 text-sm font-bold mb-2">
<label className="w-lg mb-2 block text-sm font-bold text-gray-700">
Dump hier je Spotify-link:
<input
className="appearance-none shadow border rounded w-full py-2 px-3 text-gray-700 focus:outline-none bg-red-50 opacity-70"
className="w-full appearance-none rounded border bg-red-50 px-3 py-2 text-gray-700 opacity-70 shadow focus:outline-none"
type="text"
placeholder="Spotify URL"
value={songURL}
@@ -27,7 +27,7 @@ export default function Nominations() {
</label>
<button
className="bg-[#2f363c] hover:bg-slate-700 text-white font-bold py-2 px-4 rounded "
className="rounded bg-[#2f363c] px-4 py-2 font-bold text-white hover:bg-slate-700"
type="submit"
onClick={(e) => {
e.preventDefault();