From 44b426a8f43a397ce38cd22398b46f3153efda34 Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 2 Jan 2025 20:55:53 -0500 Subject: [PATCH] text styling on index.php --- style/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index d49e5cc..2e17d05 100644 --- a/style/style.css +++ b/style/style.css @@ -99,11 +99,19 @@ main { object-fit: fill; } -.growing-up h3, .young-adult-baxter h3, .growing-up p, .young-adult-baxter p { +.favorite-baxter-photos h3, .goodbye h3, .growing-up h3, .young-adult-baxter h3, .goodbye p, .growing-up p, .young-adult-baxter p, .favorite-baxter-photos figcaption, { padding: 1rem; font-size: 1.25rem; } +.baxter-info li , .baxter-info p, .baxter-info h3 { + font-size: 1.25rem; +} + +.baxter-info h3 { + padding: 1rem; +} + .growing-up div, .young-adult-baxter div { display: grid; grid-template-columns: 50vh 50vh;