From 4b45a88f5f5a0ee88cac02169a8fa2a7ce2ce7a9 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 5 Jul 2021 15:02:37 +0700 Subject: add custom css for block-header --- html/css/product.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'html/css') diff --git a/html/css/product.css b/html/css/product.css index 4655513..ee0d69c 100644 --- a/html/css/product.css +++ b/html/css/product.css @@ -2,6 +2,18 @@ max-width: 640px; } +/* +* Custom block header +*/ +.block-header { + padding: 1.2rem 1.5rem; + background: #f8f9fa +} + +.block-body { + padding: 1.2rem 1.5rem +} + /* * Custom translucent site header */ -- cgit v1.2.3