From 84c77f0791db166878c90cb43e1dc644a79967c2 Mon Sep 17 00:00:00 2001 From: "tets@test.test" Date: Sun, 23 Oct 2022 15:30:42 +0300 Subject: [PATCH] h5 font fix --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 7c1956b..744be3a 100644 --- a/css/style.css +++ b/css/style.css @@ -53,4 +53,8 @@ header{ .card-img-top{ padding: 10px; border-radius: 18px; +} + +h5{ + font-size: 17px; } \ No newline at end of file