Skip to content

Recipes not showing correctly on mobile #330

@andreiungurianu

Description

@andreiungurianu

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";
  }
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions