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

Recipes not showing correctly on mobile #330

Open
andreiungurianu opened this issue Jul 22, 2022 · 1 comment
Open

Recipes not showing correctly on mobile #330

andreiungurianu opened this issue Jul 22, 2022 · 1 comment

Comments

@andreiungurianu
Copy link

andreiungurianu commented Jul 22, 2022

If I visit the Julia LT demo and I have a resolution below 768px, the Recipes area does not correctly adjusts to the new layout:

CleanShot.2022-07-22.at.12.08.36.mp4

Temp fix

@media (max-width: 768px) {
.recipe-content {
  grid-template-areas:
	"sidebar-header sidebar-header"
	"sidebar-header2 sidebar-header2"
	"content content"
	"sidebar-footer sidebar-footer"
	"footer footer";
  }
}
@georgeolaru
Copy link
Member

+1

@georgeolaru georgeolaru removed this from the 2.0.11 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants