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

Make blog post list page a little nicer #6172

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

siggisim
Copy link
Member

Before:
Screenshot 2024-03-15 at 3 11 26 PM

After:
Screenshot 2024-03-15 at 3 11 43 PM

.blog-post-list {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: mosiac;
Copy link
Member

Choose a reason for hiding this comment

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

this isn't a valid value, yeah? i assume it's not doing anything

Copy link
Member Author

@siggisim siggisim Mar 15, 2024

Choose a reason for hiding this comment

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

lol, i was trying to get this masonry layout working for a while https://www.smashingmagazine.com/native-css-masonry-layout-css-grid/ but couldn't (not a lot of browser support)

then i tried it again later, and clearly forgot that it was masonry - and forgot how to spell mosaic haha

removed

@siggisim siggisim merged commit d019ce2 into master Mar 15, 2024
19 of 20 checks passed
@siggisim siggisim deleted the siggi-dev-branch-20240315-151306 branch March 15, 2024 22:24
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.

None yet

3 participants