styling nom
This commit is contained in:
@@ -77,12 +77,12 @@ export default function Nominations() {
|
|||||||
{isLoading ? "Nomineren..." : "Nomineer"}
|
{isLoading ? "Nomineren..." : "Nomineer"}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
{message && (
|
{message && (
|
||||||
<div className="mt-4 rounded bg-gray-800 p-3 text-center text-white">
|
<div className="absolute bottom-118 mt-4 rounded bg-gray-800 p-3 text-center text-white">
|
||||||
{message}
|
{message}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>© 2020-2025 Hoestende Draken PartyCo</p>
|
<p>© 2020-2025 Hoestende Draken PartyCo</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export default function Quota({
|
|||||||
if (!auth.isLoading && !auth.error && auth.isAuthenticated) {
|
if (!auth.isLoading && !auth.error && auth.isAuthenticated) {
|
||||||
return (
|
return (
|
||||||
<h1
|
<h1
|
||||||
className={`${nunito.className} text-outline absolute right-0 bottom-0 p-6 text-[96px] font-bold tracking-tighter text-yellow-500`}
|
className={`${nunito.className} text-outline absolute right-0 bottom-0 p-6 text-[42px] font-bold tracking-tighter text-yellow-500`}
|
||||||
>
|
>
|
||||||
{quota}
|
{quota}
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user