From 1bc46e421ccb96756c4fca6d18b83d2d23efd2c1 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 16 Dec 2020 17:58:46 +0000 Subject: [PATCH] centered card text. h3 -> h5 --- websrc/components/HCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websrc/components/HCard.tsx b/websrc/components/HCard.tsx index a77bafb..f79b9c5 100644 --- a/websrc/components/HCard.tsx +++ b/websrc/components/HCard.tsx @@ -18,12 +18,12 @@ class HCard extends Component { -

{this.props.title}

+
{this.props.title}
- + {this.props.content}