From df1ea703e6df4feeba5e946d8d249d8d686291ec Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 28 Dec 2021 19:33:52 +0200 Subject: [PATCH] add new styles --- src/public/css/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/css/common.css b/src/public/css/common.css index 068421e..5b9b764 100644 --- a/src/public/css/common.css +++ b/src/public/css/common.css @@ -298,6 +298,10 @@ a.c-4:hover { margin-bottom: 22px } +.mb-30 { + margin-bottom: 30px +} + .mb-48 { margin-bottom: 48px }