godotengine / godot-website

The code for the official Godot Engine website. A static site built using Jekyll.
https://godotengine.org
MIT License
294 stars 148 forks source link

Optimize showcase page #811

Closed MichaelJRM closed 4 months ago

MichaelJRM commented 7 months ago

This pr depends on #806

Before After
before after
Calinou commented 7 months ago

Buttons are no longer on a single line with this PR, which looks odd on desktop as they're very wide:

Before After (this PR)
image image

The spacing between buttons on mobile makes them look better than before this PR though.

MichaelJRM commented 7 months ago

Yes this is a question I had, before this pr the left section didn't respect the 50% width limit thus the buttons stay in a single line, after this pr the limit is respected and they fall into a column.

Should it stay like before or like now but instead of full width make them have the width of the largest element?

coppolaemilio commented 4 months ago

I'm closing this PR as not planned. While the intentions are good, we are not going to be making significant changes to the current pages before we transition to the new site using hugo. Thanks!