Skip to content

Commit a02608f

Browse files
committed
fixed donation page sizing
1 parent cb128af commit a02608f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/zuite/donate.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ export default {
2525
</div>
2626

2727
<div class="xl:flex">
28-
<div class="xl:w-1/2 h-screen text-center flex bg-[#290d40] px-12">
28+
<div class="xl:w-1/2 xl:h-screen text-center block xl:flex px-12 py-8">
2929
<div class="my-auto">
30-
<h3 class="text-8xl font-extrabold pb-8">Just kidding!<br>I am employed :P</h3>
31-
<p class="text-2xl pt-8 bree-serif">
30+
<h3 class="text-5xl sm:text-6xl md:text-8xl font-extrabold pb-8">Just kidding!<br>I am employed :P</h3>
31+
<p class="text-xl md:text-2xl pt-8 bree-serif">
3232
Please spend your money responsibly.
3333
<br><br>
3434
If you absolutely must throw money at me, just subscribe on Twitch or chuck some bits at me.
@@ -107,10 +107,10 @@ body {
107107
top: 0;
108108
left: 0;
109109
z-index: -15;
110-
height: 100%;
111-
width: 100%;
110+
height: 100vh;
111+
width: 100vw;
112112
/*background: linear-gradient(to bottom, #392f6c, #4b367d);*/
113-
background: linear-gradient(to bottom, #f69c9c, #ffd3d3);
113+
background: #290d40;
114114
background-size: cover;
115115
background-repeat: no-repeat;
116116
}

0 commit comments

Comments
 (0)