diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 15:02:37 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 15:02:37 +0700 |
commit | 4b45a88f5f5a0ee88cac02169a8fa2a7ce2ce7a9 (patch) | |
tree | b2d119179281e354d9ef9f9660192e9e93d19c29 | |
parent | f7198fe7173404a3c08cb8516413f2a7d1d76bc9 (diff) |
add custom css for block-header
-rw-r--r-- | html/css/product.css | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -3,6 +3,18 @@ } /* +* Custom block header +*/ +.block-header { + padding: 1.2rem 1.5rem; + background: #f8f9fa +} + +.block-body { + padding: 1.2rem 1.5rem +} + +/* * Custom translucent site header */ |