From 37768ea95f907aa19b7ed9bd23859280e5285517 Mon Sep 17 00:00:00 2001 From: tree Date: Wed, 4 May 2022 01:48:47 +0200 Subject: [PATCH] Update --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index c0e3a12..b93b702 100644 --- a/src/app.css +++ b/src/app.css @@ -12,6 +12,10 @@ } } +.utxo-markdown p { + padding-bottom: 1em; +} + .utxo-markdown ul { display: block; list-style-type: disc;