fixed text of the ast news and h1 for the titles of news

This commit is contained in:
Esteban 2026-04-15 09:47:28 -05:00
parent 9905bbb3e4
commit 2f126b9db8
2 changed files with 10 additions and 1 deletions

View File

@ -11,7 +11,7 @@ gallery: [
}, },
] ]
--- ---
## El rol de Israel y el destino de las naciones en el panorama actual # El rol de Israel y el destino de las naciones en el panorama actual
El Dr. José Benjamín Pérez Matos habló, en las instalaciones de La Gran Carpa Catedral en Puerto Rico, sobre cómo las decisiones nacionales frente a Israel determinarán el acceso al Reino Milenial. El Dr. José Benjamín Pérez Matos habló, en las instalaciones de La Gran Carpa Catedral en Puerto Rico, sobre cómo las decisiones nacionales frente a Israel determinarán el acceso al Reino Milenial.

View File

@ -36,4 +36,13 @@ body {
margin-bottom: 10px; margin-bottom: 10px;
line-height: 100%; line-height: 100%;
font-weight: 700; font-weight: 700;
}
.content h1{
font-size: 32px;
margin-bottom: 30px;
line-height: 100%;
font-weight: 700;
text-align: left;
font-family: var(--font-secondary);
} }