How do I get some vertical space between these elements?

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 :wink:

You can use CSS margin :slight_smile:

Also please remove your invite link from your post :wink:

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