From 073def7ad3d3f3728de910f10c7471312640381a Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 3 Nov 2023 15:03:48 +0530 Subject: [PATCH] refactor: update the theme --- assets/css/theme.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/css/theme.css b/assets/css/theme.css index 0b80de3..5e598d4 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -916,6 +916,14 @@ video { padding-right: 2rem; } +.pt-24 { + padding-top: 6rem; +} + +.pt-20 { + padding-top: 5rem; +} + .text-justify { text-align: justify; } @@ -1042,6 +1050,10 @@ body { padding-bottom: 0px; } + .lg\:pt-24 { + padding-top: 6rem; + } + .lg\:shadow-none { --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000;