From 74d223fd66a8f1baee269f7d9382fb605e2c18c9 Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Sun, 17 Mar 2024 06:32:01 +0400 Subject: [PATCH] Update styling on recipe page The styling classes applied on the recipe page have been updated to improve layout responsiveness. Specifically, the classes for the Bottom Bar Container and the Badges/Tags elements have been modified to better accommodate various screen sizes. --- src/pages/recipes/[...slug].astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/recipes/[...slug].astro b/src/pages/recipes/[...slug].astro index 6b81a2c..038d8a9 100644 --- a/src/pages/recipes/[...slug].astro +++ b/src/pages/recipes/[...slug].astro @@ -189,10 +189,10 @@ if (entry === undefined) {