### Describe the bug I've noticed a layout issue on the [official website](https://www.garfishjs.org/index.html). I'd be happy to help fix it <img width="1331" height="604" alt="Image" src="https://github.com/user-attachments/assets/042ee5f6-668d-4455-b232-8c29446d125e" /> ## My fix method ### use flex <img width="1327" height="897" alt="Image" src="https://github.com/user-attachments/assets/df4e2bdd-150e-42c6-acd0-da351c29505a" /> ### use grid <img width="1552" height="810" alt="Image" src="https://github.com/user-attachments/assets/8fb2f53e-7080-455a-9fff-e8376bc5798e" /> ### Reproduction https://www.garfishjs.org/ ### Used Package Manager npm ### System Info ```shell windows11 chrome ``` ### Validations - [x] Read the [docs](https://garfishjs.org/quick-start). - [x] Read the [common issues list](https://garfishjs.org/issues). - [x] Check that there isn't [already an issue](https://github.com/modern-js-dev/garfish/issues) that reports the same bug to avoid creating a duplicate. - [x] Make sure this is a Garfish issue and not a framework-specific issue. - [x] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
I've noticed a layout issue on the official website. I'd be happy to help fix it

My fix method
use flex
use grid
Reproduction
https://www.garfishjs.org/
Used Package Manager
npm
System Info
Validations