From: Raphaƫl Gertz <git@rapsys.eu>
Date: Tue, 12 Dec 2023 17:35:08 +0000 (+0100)
Subject: Set h3 style
X-Git-Tag: 0.2~13
X-Git-Url: https://git.rapsys.eu/blogbundle/commitdiff_plain/741bfb8d18e404ad011003424c1bddd07bda9894

Set h3 style
---

diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css
index 3b0382b..46daa45 100644
--- a/Resources/public/css/screen.css
+++ b/Resources/public/css/screen.css
@@ -36,8 +36,13 @@ h2 {
 }
 
 h3 {
-	font-size: 1.17rem;
-	margin: 1.17rem 0;
+	font-size: 1.25rem;
+	line-height: 1.65rem;
+	font-family: 'Lemon',sans-serif;
+	color: #09c;
+	text-shadow: 1.5px 1.5px 3px #136;
+	/*font-size: 1.17rem;
+	margin: 1.17rem 0;*/
 }
 
 h4 {