fix: tablet responsiveness - wider layout, bigger text, 3-col grid for Tab S Ultra
This commit is contained in:
@@ -34,7 +34,7 @@ export function RecipeCard({ recipe }: { recipe: Recipe }) {
|
||||
</Link>
|
||||
<div className="p-3">
|
||||
<Link to={`/recipe/${recipe.slug}`}>
|
||||
<h3 className="font-display text-base text-espresso line-clamp-2">{recipe.title}</h3>
|
||||
<h3 className="font-display text-base sm:text-lg text-espresso line-clamp-2">{recipe.title}</h3>
|
||||
</Link>
|
||||
<div className="flex items-center justify-between mt-2">
|
||||
{totalTime > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user