From 81b59ce78f91ff73150dba7559ccc8a224b0b380 Mon Sep 17 00:00:00 2001 From: Albin Shiby <145864271+albinxshiby@users.noreply.github.com> Date: Thu, 21 Dec 2023 21:47:31 +0530 Subject: [PATCH] change in padding css changed prizing padding from 100 to 50. It helps in optimising the shape of the menu prizing boxes to look more optimised in mobile environment only changes in styles css file --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index e9671f8..41640e7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -472,7 +472,7 @@ p { } #pricing { - padding: 100px; + padding: 50px; } #pricing h2 {