tmater opened a new pull request, #3169: URL: https://github.com/apache/polaris/pull/3169
## Fix homepage "Get Started" button layout ### Problem At certain screen widths, the "Get Started" button was becoming inline with the description text instead of remaining on its own line. ### Solution Wrapped the button in a `<div class="text-center">` container within the `blocks/cover` shortcode to ensure it stays as a separate block element at all viewport sizes. ### Changes - Added `<div class="text-center">` wrapper around the "Get Started" button in the cover block ### Reference Follows the Docsy [blocks/cover shortcode pattern](https://www.docsy.dev/docs/content/shortcodes/#blockscover) for adding buttons to cover blocks. Before: <img width="1183" height="592" alt="before" src="https://github.com/user-attachments/assets/6b9cb647-ab24-4e02-959b-02043dd00566" /> After: <img width="1207" height="532" alt="after" src="https://github.com/user-attachments/assets/288b6cd5-3e88-471a-9033-1db8e9b19834" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
