File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ export default {
25
25
</div >
26
26
27
27
<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 " >
29
29
<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" >
32
32
Please spend your money responsibly.
33
33
<br ><br >
34
34
If you absolutely must throw money at me, just subscribe on Twitch or chuck some bits at me.
@@ -107,10 +107,10 @@ body {
107
107
top : 0 ;
108
108
left : 0 ;
109
109
z-index : -15 ;
110
- height : 100 % ;
111
- width : 100 % ;
110
+ height : 100 vh ;
111
+ width : 100 vw ;
112
112
/* background: linear-gradient(to bottom, #392f6c, #4b367d);*/
113
- background : linear-gradient ( to bottom , #f69c9c , #ffd3d3 ) ;
113
+ background : #290d40 ;
114
114
background-size : cover ;
115
115
background-repeat : no-repeat ;
116
116
}
You can’t perform that action at this time.
0 commit comments