Right now on /home.html
I want to put some vertical distance between the Ka-zap! logo and the skewed gradient div. However, because I set the display to flex (to center the items) the two divs are smashed next to each other. Any ideas on how to fix this?
Hello, you can use flexboxes and space-inbetween
You can use CSS margin
Also please remove your invite link from your post
Haha so glad you didn’t see the mess of css rules that don’t apply to anything. I solved it last night - I changed flex-direction to column.
1 Like