IcyTea's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Want to Make Your SpaceHey Page Wider?

Good day everyone, here's a useful code to modify your SpaceHey Page to be a bit wider for your tastes.

Remember to put this code in the About Me section when you go to Edit Your Profile

<style>

.container {
width: 90%;
max-width: 1600px;
}

</style>


If you don't like the max-width's 1600px, you can increase it or decrease it as you see fit.

Let me know if there's any issues in the comments, I'll try to respond when I can.


106 Kudos