text styling on index.php
This commit is contained in:
parent
9190e63f22
commit
44b426a8f4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue