We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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"; } }
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
georgeolaru
razwan
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: