From 9df2ca605111612315c070f80ad2cd067ecbfad7 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Fri, 4 Nov 2022 17:23:33 +0100 Subject: [PATCH] styled all #content h1 and h2 equal --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 7714d1d..8300539 100644 --- a/style.css +++ b/style.css @@ -248,13 +248,15 @@ li.news a:hover{background: transparent url('images/newshover.png') no-repeat 0 /* Headings --------------------------------------------- */ -#content .post h1 { +/*#content .post h1 {*/ +#content h1 { padding:0px 0px 20px 0px; font-size: 22px; line-height:28px; } /*el fem servir*/ -#content.unic h2, #content.resultats h2 { +/*#content.unic h2, #content.resultats h2 {*/ +#content h22 { padding: 0; font-size: 20px; font-weight: normal;