From db088ec76b07e71c868877d3381ac727221bdad9 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Sat, 4 Nov 2023 08:21:36 +0530 Subject: [PATCH] refactor: update the theme --- assets/css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/theme.css b/assets/css/theme.css index 235eb46..3f2d836 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -670,6 +670,11 @@ video { margin-bottom: 3rem; } +.mx-4 { + margin-left: 1rem; + margin-right: 1rem; +} + .mb-4 { margin-bottom: 1rem; }