1
0
Fork 0

text styling on index.php

This commit is contained in:
emma 2025-01-02 20:55:53 -05:00
parent 9190e63f22
commit 44b426a8f4
1 changed files with 9 additions and 1 deletions

View File

@ -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;