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

templating #16

Open
GerhardMes opened this issue Apr 15, 2019 · 1 comment
Open

templating #16

GerhardMes opened this issue Apr 15, 2019 · 1 comment

Comments

@GerhardMes
Copy link

hi there,

just launched the starter and everything works fine. But I get stuck trying to change the layout. I would like to fix the Card height and on a big screen would like to have the post listing in 2 columns.
I have tried, but somehow I can't get it right. Any advice?
Thanks

@Dana94
Copy link

Dana94 commented Jun 17, 2019

For showing the posts in a 2 column format, I would try using CSS grid on the posts div.

.posts {
    display: grid;
    grid-template-columns:  auto auto;
}

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

No branches or pull requests

2 participants