From b71871a0c70c9e10c403e9ee194aaeac3d7e1e1d Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 19 Sep 2022 15:17:16 +0200 Subject: [PATCH] fitted max length of excerptbox --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f47a316..2036691 100644 --- a/style.css +++ b/style.css @@ -793,7 +793,7 @@ span.cat a{text-transform: uppercase; letter-spacing:normal} .boxentry img.attachment-artists-thumb, .boxentry img.gran {margin-bottom:11.5px!important;} .boxentry .contingut, .boxentry p.excerptbox { display:block; overflow:hidden;margin-bottom: 15px; padding: 0;} -.boxentry .curt, .boxentry p.excerptbox {height: auto/*60px*/; font-size:11.5px;} +.boxentry .curt, .boxentry p.excerptbox {max-height: 5.6rem; height: auto/*60px*/; font-size:11.5px;} .boxentry .mig {height: 195px;} .boxentry .llarg {height: 225px;} .boxentry .plus {height: 331px;}