Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(homepage-grid): Fixes issue with the homepage grid breaking on smaller browser window sizes. #39

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

markrickert
Copy link
Member

Closes #38

I rearranged the grid contents a little:

1A90B946-6259-4DB3-B4B3-B48CF25C416C-28703-0000F825C533ED51

Copy link
Collaborator

@trevor-coleman trevor-coleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

import clsx from 'clsx';
import styles from './styles.module.css';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Link from "@docusaurus/Link";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a blocker but looks like I need to adjust the linter config.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it wanted to change a bunch of stuff on save.

@markrickert markrickert merged commit 0794de1 into main Feb 15, 2024
1 check passed
@markrickert markrickert deleted the mrickert/fix/homepage branch February 15, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Check it out on tiles loses formatting on smaller screens
2 participants